mirror of
https://github.com/altercation/solarized
synced 2024-11-22 03:33:03 +00:00
Inverted selection colors for iTerm2 light
This commit is contained in:
parent
d990becbe3
commit
a2b3b29914
1 changed files with 6 additions and 6 deletions
|
@ -194,20 +194,20 @@
|
|||
<key>Selected Text Color</key>
|
||||
<dict>
|
||||
<key>Blue Component</key>
|
||||
<real>0.38298487663269043</real>
|
||||
<real>0.79781103129999997</real>
|
||||
<key>Green Component</key>
|
||||
<real>0.35665956139564514</real>
|
||||
<real>0.8900123835</real>
|
||||
<key>Red Component</key>
|
||||
<real>0.27671992778778076</real>
|
||||
<real>0.91611063479999999</real>
|
||||
</dict>
|
||||
<key>Selection Color</key>
|
||||
<dict>
|
||||
<key>Blue Component</key>
|
||||
<real>0.79781103134155273</real>
|
||||
<real>0.38298487660000002</real>
|
||||
<key>Green Component</key>
|
||||
<real>0.89001238346099854</real>
|
||||
<real>0.35665956139999999</real>
|
||||
<key>Red Component</key>
|
||||
<real>0.91611063480377197</real>
|
||||
<real>0.27671992779999999</real>
|
||||
</dict>
|
||||
</dict>
|
||||
</plist>
|
||||
|
|
Loading…
Reference in a new issue