George Nachman
George Nachman
You need to set a colorspace in your preset, otherwise the actual color will be device-dependent. Example: ``` Alpha Component 1 Blue Component 0.11764705926179886 Color Space sRGB Green Component 0.098039217293262482...
If I understand correctly the problem is that when you use the `bulitin dark` theme from this repo it doesn't indicate that the "Dark Background" color preset is selected in...
> Basically, how does iterm2 convert to a color. The naive approach is obviously to just multiply those values by 255. Because no colorspace is given, that is interpreted in...
And here's Digital Color Meter set to sRGB: Dividing 180, 61, 42 by 255 gives 0.70, 0.23, 0.16 which is (within the margin of rounding error) what we had in...
Thank you for taking this on and I'm sorry it took so long for me to get to it. The only concern I have is about the image. We have...
Merged as 8ef95e1b0d9c849a68d76500e91901e97b27b635. Thank you!
This is a good idea, but you shouldn't modify `profile.py` directly because it is generated code. Instead, change `api/library/python/iterm2/gen_profile.py/gen_profile.py` and run `cd api/library/python/iterm2/gen_profile.py; make iterm2/profile.py`.
> @gnachman oh, awesome! I'll do that. > > I was thinking also about detailing what is a font name exactly, because I had to try a bit for some....
It's hard to know what effect this change will have. I would recommend using the new method of opening only for JetBrains IDEs and leave it alone for all other...
I also use ls -F so I can definitely sympathize with this desire, but I don't think enough people use it to justify changing this default.