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

Resolving Theme Color Overrides in IntelliJ Completion Popup #37

Open
sergyer opened this issue Dec 20, 2024 · 0 comments
Open

Resolving Theme Color Overrides in IntelliJ Completion Popup #37

sergyer opened this issue Dec 20, 2024 · 0 comments

Comments

@sergyer
Copy link

sergyer commented Dec 20, 2024

Title: Fixing IntelliJ Code Completion Popup color mismatch.

Description:
When using a custom theme in IntelliJ IDEA, the colors in the code completion popup may not match the theme's configuration due to IntelliJ overriding the theme settings with its default color scheme.


Steps to Fix:

1. Check IntelliJ's Color Scheme Settings

Even with the correct theme JSON, IntelliJ may override these settings with its default color scheme. To fix this:

  1. Go to File > Settings > Editor > Color Scheme > General.
  2. Look for the following settings under Popups and Hints > Completion:
    • Unselect the Background box.
Screenshot 2024-12-20 at 11 57 10

3. Test the Changes

  1. Restart IntelliJ IDEA to ensure all changes take effect.
  2. Open the code completion popup and verify the colors match your theme.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant