Skip to content

Inconsistency in the color reproduction #354

@poetaman

Description

@poetaman

I liked the Ubuntu theme of iTerm2, and thought to use it elsewhere. To my surprise the color turned out to be darker than the one that iTerm2 used. To remove the discrepancy that could be caused by the way different terminals could be rendering colors, I tried the hex value of background from windowsterminal directory's Ubuntu.json in a different pane of iTerm2. As can be seen in the image below, they are different colors!

FYI, I see such discrepancy in many background colors, not sure if its the case for all of them; wouldn't be surprised if thats indeed the case. As a sidenote, I like the colors that iTerm2 produces, and would like to faithfully reproduce them in other terminals. So in the below example, I would want windowsterminal files to be updated :)

iTerm2:

<key>Background Color</key>
<dict>
<key>Blue Component</key>
<real>0.14117647707462311</real>
<key>Green Component</key>
<real>0.039215687662363052</real>
<key>Red Component</key>
<real>0.18823529779911041</real>
</dict>

This is shown as #3f0e2f in iTerm2's color settings, which is different from #300a24 in the windowsterminal json below.

windowsterminal:

"background": "#300a24",

Screen Shot 2022-02-09 at 7 48 16 PM

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions