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

Change color scheme in ConEmu.Control.Winforms #2546

Open
mateasmario opened this issue Sep 23, 2023 · 0 comments
Open

Change color scheme in ConEmu.Control.Winforms #2546

mateasmario opened this issue Sep 23, 2023 · 0 comments

Comments

@mateasmario
Copy link

mateasmario commented Sep 23, 2023

Versions

ConEmu build: ConEmu.Control.WinForms 1.21.9.5
OS version: Windows 11 x64

Problem description

I'm integrating ConEmu's terminal inside my Winforms app, which resembles a lightweight code editor. Everything works well. Some problem I'm facing right now relies on how customizable is such an instance of ConEmu inside Winforms.

My code editor features two themes: light and dark, and while I agree the default (green-ish) color scheme for the ConEmu terminal looks amazing already, I would like to dynamically change its colors, based on the chosen theme of my app (so I would like the terminal to be able to have a black and a white BackColor).

My question would be: am I able to do this, using the already existent Winforms API? I tried looking in the examples you provided on GitHub, but didn't find any info related to the terminal customization. Is it possible to programatically do such changes inside the C# wrapper?

Thank you.

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