-
Notifications
You must be signed in to change notification settings - Fork 8.4k
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
[bug] cannot save background color #15
Comments
@khuongduybui can i get a copy of the .itermcolor scheme you're using? I saw this once before but couldn't get it to repro. |
Also @paulcam206 wasn't there a bug in the property sheet that was related to this? I found this sitting in a prototyping branch that never got merged, sounds a lot like this issue....
I think this is actually a conhost bug. |
I might have reported 2 issues here:
|
Ah, okay yea. The second part is the one that I might have a fix for. The first one is... more complicated. Now, as far as why there’s 20 colors vs our 16. The reason why the screenshots on https://github.com/mbadolato/iTerm2-Color-Schemes won’t match up exactly with our output is because Linux terminals (including PuTTY, iTerm2, gnome-terminal, even conemu really) have a SEPARATE “Default” foreground and background, while conhost uses an index from the table as our “Default”. They also have a separate “Bold/Bright” version of the default FG and BG, for an extra 4 colors, 20 total. I haven’t taken a super close look at it, but if I had to guess, I’d think that adding support for additional separate “Default” colors (unique from the table) would probably require as much work as went into supporting full RGB sequences in the first place, as well as a UI change to the property sheet. Not that it wouldn’t be welcome, but it would be a lot of work. |
I was keeping this open for the first part of the issue, with the 0, 0, 0 bug, but I'm not seeing it anymore. Presumably the fix I had mentioned on Aug 14 was in fact the fix for this. I'm going to resolve this issue. |
Added public access for rows and colums that are set in the terminal.
Add initial search bar functionality
I know this is probably larger than the scope of this tool, but a bug is a bug is a bug is a bug.
When I use colortool with an iterm2color file, it correctly applies the background color to the console, but that color isn't saved anywhere.
Furthermore, when I manually override the iterm2color file to assign the background color to ColorTable00, it is overridden to Black (0, 0, 0) as soon as I open the Properties dialog.
I currently have to save it to defaults, then go to regedit and manually copy the key over, which is a pain.
The text was updated successfully, but these errors were encountered: