Tweak terminal color scheme selection colors to be more sensible.

Fixes #104.
This commit is contained in:
Josh Dick
2017-06-01 18:34:33 -04:00
parent de274b785e
commit d94b5df94b
5 changed files with 405 additions and 15 deletions

View File

@@ -234,17 +234,6 @@
<real>0.6705882352941176</real>
</dict>
<key>Selected Text Color</key>
<dict>
<key>Color Space</key>
<string>sRGB</string>
<key>Blue Component</key>
<real>0.7490196078431373</real>
<key>Green Component</key>
<real>0.6980392156862745</real>
<key>Red Component</key>
<real>0.6705882352941176</real>
</dict>
<key>Selection Color</key>
<dict>
<key>Color Space</key>
<string>sRGB</string>
@@ -255,5 +244,16 @@
<key>Red Component</key>
<real>0.1568627450980392</real>
</dict>
<key>Selection Color</key>
<dict>
<key>Color Space</key>
<string>sRGB</string>
<key>Blue Component</key>
<real>0.7490196078431373</real>
<key>Green Component</key>
<real>0.6980392156862745</real>
<key>Red Component</key>
<real>0.6705882352941176</real>
</dict>
</dict>
</plist>