-
Notifications
You must be signed in to change notification settings - Fork 64
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Default iTerm color space is not AppleRGB
it's Generic RGB actually. And when exporting a color preset, it's saved with the sRBG color space usually. I've added the Alpha Component and Color Space keys to each color definition as it's exported by iTerm. See mbadolato/iTerm2-Color-Schemes#106 This fixes all the colors in iTerm. E.g the red color in the dark template was being rendered as #f6544f in sRGB, and now it's being correctly rendered as #fa5750. Also, I've updated the Selection Color to use bg_2 instead of bg_1, same as it's used in the vim colorscheme, which has a much better contrast.
- Loading branch information
Showing
5 changed files
with
786 additions
and
326 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.