Skip to content

Comments

Meta: adopt to theme color changes#176

Closed
diegoiast wants to merge 1 commit intomainfrom
166-the-ide-does-not-adopt-to-new-themes-change
Closed

Meta: adopt to theme color changes#176
diegoiast wants to merge 1 commit intomainfrom
166-the-ide-does-not-adopt-to-new-themes-change

Conversation

@diegoiast
Copy link
Collaborator

When changing themes/colors part of the IDE was not updating its colors.

  1. qutepart - as we defined a palette, Qt no longer propagate palette changes. This is fixed in upstream.
  2. Similar issue is caused by the tint in the main app. I bypass it by doing a theme-proxy that draws manually, instead of using a style.

Color changes are still not propagating to the text editor component. Working on this.

@diegoiast diegoiast self-assigned this Feb 22, 2026
@diegoiast diegoiast added bug Something isn't working help wanted Extra attention is needed labels Feb 22, 2026
@diegoiast diegoiast linked an issue Feb 22, 2026 that may be closed by this pull request
@diegoiast diegoiast added the good first issue Good for newcomers label Feb 22, 2026
When changing themes/colors part of the IDE was not updating its colors.

 1. qutepart - as we defined a palette, Qt no longer propagate palette changes. This is fixed in upstream.
 2. Similar issue is caused by the tint in the main app. I bypass it by doing a theme-proxy that draws manually, instead of using a style.
@diegoiast diegoiast force-pushed the 166-the-ide-does-not-adopt-to-new-themes-change branch from 3aa2c99 to ad09c29 Compare February 22, 2026 19:14
@diegoiast diegoiast closed this Feb 22, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working good first issue Good for newcomers help wanted Extra attention is needed

Projects

None yet

Development

Successfully merging this pull request may close these issues.

The IDE does not adopt to new themes change

1 participant