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

Support for applying completion item background with textmate color schemes #455

Merged
merged 1 commit into from
Jul 13, 2023

Conversation

PranavPurwar
Copy link
Contributor

@PranavPurwar PranavPurwar commented Jul 13, 2023

You can now apply the completion item background when using TextMateColorScheme by modifying the textmate theme.

Example

{
  "name": "darcula",
  "settings": [
    {
      "settings": {
        "completionWindowBackground": "#1F1A1B",
        "completionWindowBackgroundCurrent": "#1F1A1B"
      }
    }
  ]
}

@PranavPurwar PranavPurwar changed the title Support for completion item background with textmate color schemes Support for applying completion item background with textmate color schemes Jul 13, 2023
@Rosemoe
Copy link
Owner

Rosemoe commented Jul 13, 2023

Thanks for your contributions

@Rosemoe Rosemoe merged commit fb69afb into Rosemoe:main Jul 13, 2023
1 check passed
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

Successfully merging this pull request may close these issues.

2 participants