-
Notifications
You must be signed in to change notification settings - Fork 6.5k
Description
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:
iTerm2-Color-Schemes/schemes/Ubuntu.itermcolors
Lines 149 to 157 in 801bdde
| <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", |
