Files
macvim-mirror/SystemColors.plist
T
Bjorn Winckler 744abd5a5d Added selection color for inactive window
git-svn-id: http://macvim.googlecode.com/svn/trunk@216 96c4425d-ca35-0410-94e5-3396d5c13a8f
2007-08-29 18:27:03 +00:00

15 lines
505 B
Plaintext

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>macsecondaryselectedcontrolcolor</key>
<string>secondarySelectedControlColor</string>
<key>macselectedtextbackgroundcolor</key>
<string>selectedTextBackgroundColor</string>
<key>mactextbackgroundcolor</key>
<string>textBackgroundColor</string>
<key>mactextcolor</key>
<string>textColor</string>
</dict>
</plist>