Skip to content

On font increase dark theme goes light in code editor #534

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

Closed
gfmoore opened this issue Oct 8, 2021 · 2 comments
Closed

On font increase dark theme goes light in code editor #534

gfmoore opened this issue Oct 8, 2021 · 2 comments
Assignees
Labels
criticality: medium Of moderate impact priority: high Resolution is a high priority topic: code Related to content of the project itself topic: theme Related to GUI theming type: imperfection Perceived defect in any part of project

Comments

@gfmoore
Copy link

gfmoore commented Oct 8, 2021

Describe the problem

As title says.

To reproduce

Not specified.

Expected behavior

Font size change does not change the active theme.

Arduino IDE version

2.0.0-beta.12

Operating system

Windows

Operating system version

Not specified

Additional context

I was able to revert back to dark theme.

@per1234 per1234 added topic: code Related to content of the project itself type: imperfection Perceived defect in any part of project labels Oct 8, 2021
@rsora
Copy link
Contributor

rsora commented Oct 15, 2021

The underlying problem seems to be the same as #530

@per1234 per1234 added the topic: theme Related to GUI theming label Oct 20, 2021
@ubidefeo ubidefeo added the priority: medium Resolution is a medium priority label Oct 27, 2021
@rsora rsora added criticality: medium Of moderate impact and removed priority: medium Resolution is a medium priority labels Nov 2, 2021
@ubidefeo ubidefeo added the priority: high Resolution is a high priority label Jan 25, 2022
@per1234 per1234 assigned per1234 and unassigned AlbyIanna Jun 19, 2023
@per1234
Copy link
Contributor

per1234 commented Jun 19, 2023

I am able to reproduce the fault using the reported version Arduino IDE 2.0.0-beta.12 through 2.0.0-rc8 by the following procedure:

  1. Select File > Quit from the Arduino IDE menus if it is running.
  2. Rename or delete (:warning: cautiously) the following folders to effectively simulate the environment of a first run (in order to produce the conditions for Dark theme is used on clean start despite "Light (Arduino)" being the default #530):
    • Windows:
      C:\Users\<username>\.arduinoIDE
      
      C:\Users\<user name>\AppData\Roaming\arduino-ide
      
    • Linux:
      ~/.arduinoIDE
      
      ~/.config/arduino-ide
      
    • macOS:
      ~/.arduinoIDE
      
      ~/Library/Application Support/arduino-ide
      
  3. Start Arduino IDE.
    The IDE coloration is as we would expect when it is configured for the "Dark (Theia)" theme.
  4. Select Edit > Increase Font Size from the Arduino IDE menus.

🐛 The IDE's theming changes to what we would expect when it is configured for the "Light (Theia)" theme.

I am not able to reproduce the fault with 2.0.0-rc9 so I will conclude this was fixed by #1160

@per1234 per1234 closed this as completed Jun 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
criticality: medium Of moderate impact priority: high Resolution is a high priority topic: code Related to content of the project itself topic: theme Related to GUI theming type: imperfection Perceived defect in any part of project
Projects
None yet
Development

No branches or pull requests

5 participants