251 lines
		
	
	
		
			8.3 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			251 lines
		
	
	
		
			8.3 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
| <?xml version="1.0" encoding="UTF-8"?>
 | |
| <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
 | |
| <plist version="1.0">
 | |
|     <dict>
 | |
|         <key>name</key>
 | |
|         <string>VSCode Light Modern</string>
 | |
|         <key>settings</key>
 | |
|         <array>
 | |
|             <dict>
 | |
|                 <key>settings</key>
 | |
|                 <dict>
 | |
|                     <key>background</key>
 | |
|                     <string>#FFFFFF</string>
 | |
|                     <key>foreground</key>
 | |
|                     <string>#000000</string>
 | |
|                     <key>caret</key>
 | |
|                     <string>#000000</string>
 | |
|                     <key>invisibles</key>
 | |
|                     <string>#D3D3D3</string>
 | |
|                     <key>lineHighlight</key>
 | |
|                     <string>#E5EBF1</string>
 | |
|                     <key>selection</key>
 | |
|                     <string>#ADD6FF</string>
 | |
|                 </dict>
 | |
|             </dict>
 | |
|             <dict>
 | |
|                 <key>name</key>
 | |
|                 <string>Comment</string>
 | |
|                 <key>scope</key>
 | |
|                 <string>comment</string>
 | |
|                 <key>settings</key>
 | |
|                 <dict>
 | |
|                     <key>foreground</key>
 | |
|                     <string>#008000</string>
 | |
|                 </dict>
 | |
|             </dict>
 | |
|             <dict>
 | |
|                 <key>name</key>
 | |
|                 <string>String</string>
 | |
|                 <key>scope</key>
 | |
|                 <string>string</string>
 | |
|                 <key>settings</key>
 | |
|                 <dict>
 | |
|                     <key>foreground</key>
 | |
|                     <string>#A31515</string>
 | |
|                 </dict>
 | |
|             </dict>
 | |
|             <dict>
 | |
|                 <key>name</key>
 | |
|                 <string>Number</string>
 | |
|                 <key>scope</key>
 | |
|                 <string>constant.numeric</string>
 | |
|                 <key>settings</key>
 | |
|                 <dict>
 | |
|                     <key>foreground</key>
 | |
|                     <string>#098658</string>
 | |
|                 </dict>
 | |
|             </dict>
 | |
|             <dict>
 | |
|                 <key>name</key>
 | |
|                 <string>Built-in constant</string>
 | |
|                 <key>scope</key>
 | |
|                 <string>constant.language</string>
 | |
|                 <key>settings</key>
 | |
|                 <dict>
 | |
|                     <key>foreground</key>
 | |
|                     <string>#0000FF</string>
 | |
|                 </dict>
 | |
|             </dict>
 | |
|             <dict>
 | |
|                 <key>name</key>
 | |
|                 <string>User-defined constant</string>
 | |
|                 <key>scope</key>
 | |
|                 <string>constant.character, constant.other</string>
 | |
|                 <key>settings</key>
 | |
|                 <dict>
 | |
|                     <key>foreground</key>
 | |
|                     <string>#0000FF</string>
 | |
|                 </dict>
 | |
|             </dict>
 | |
|             <dict>
 | |
|                 <key>name</key>
 | |
|                 <string>Variable</string>
 | |
|                 <key>scope</key>
 | |
|                 <string>variable</string>
 | |
|                 <key>settings</key>
 | |
|                 <dict>
 | |
|                     <key>foreground</key>
 | |
|                     <string>#795E26</string>
 | |
|                 </dict>
 | |
|             </dict>
 | |
|             <dict>
 | |
|                 <key>name</key>
 | |
|                 <string>Keyword</string>
 | |
|                 <key>scope</key>
 | |
|                 <string>keyword</string>
 | |
|                 <key>settings</key>
 | |
|                 <dict>
 | |
|                     <key>foreground</key>
 | |
|                     <string>#AF00DB</string>
 | |
|                 </dict>
 | |
|             </dict>
 | |
|             <dict>
 | |
|                 <key>name</key>
 | |
|                 <string>Storage</string>
 | |
|                 <key>scope</key>
 | |
|                 <string>storage</string>
 | |
|                 <key>settings</key>
 | |
|                 <dict>
 | |
|                     <key>foreground</key>
 | |
|                     <string>#0000FF</string>
 | |
|                 </dict>
 | |
|             </dict>
 | |
|             <dict>
 | |
|                 <key>name</key>
 | |
|                 <string>Storage type</string>
 | |
|                 <key>scope</key>
 | |
|                 <string>storage.type</string>
 | |
|                 <key>settings</key>
 | |
|                 <dict>
 | |
|                     <key>foreground</key>
 | |
|                     <string>#0000FF</string>
 | |
|                 </dict>
 | |
|             </dict>
 | |
|             <dict>
 | |
|                 <key>name</key>
 | |
|                 <string>Class name</string>
 | |
|                 <key>scope</key>
 | |
|                 <string>entity.name.class</string>
 | |
|                 <key>settings</key>
 | |
|                 <dict>
 | |
|                     <key>foreground</key>
 | |
|                     <string>#267F99</string>
 | |
|                 </dict>
 | |
|             </dict>
 | |
|             <dict>
 | |
|                 <key>name</key>
 | |
|                 <string>Inherited class</string>
 | |
|                 <key>scope</key>
 | |
|                 <string>entity.other.inherited-class</string>
 | |
|                 <key>settings</key>
 | |
|                 <dict>
 | |
|                     <key>foreground</key>
 | |
|                     <string>#267F99</string>
 | |
|                 </dict>
 | |
|             </dict>
 | |
|             <dict>
 | |
|                 <key>name</key>
 | |
|                 <string>Function name</string>
 | |
|                 <key>scope</key>
 | |
|                 <string>entity.name.function</string>
 | |
|                 <key>settings</key>
 | |
|                 <dict>
 | |
|                     <key>foreground</key>
 | |
|                     <string>#795E26</string>
 | |
|                 </dict>
 | |
|             </dict>
 | |
|             <dict>
 | |
|                 <key>name</key>
 | |
|                 <string>Function argument</string>
 | |
|                 <key>scope</key>
 | |
|                 <string>variable.parameter</string>
 | |
|                 <key>settings</key>
 | |
|                 <dict>
 | |
|                     <key>foreground</key>
 | |
|                     <string>#001080</string>
 | |
|                 </dict>
 | |
|             </dict>
 | |
|             <dict>
 | |
|                 <key>name</key>
 | |
|                 <string>Tag name</string>
 | |
|                 <key>scope</key>
 | |
|                 <string>entity.name.tag</string>
 | |
|                 <key>settings</key>
 | |
|                 <dict>
 | |
|                     <key>foreground</key>
 | |
|                     <string>#800000</string>
 | |
|                 </dict>
 | |
|             </dict>
 | |
|             <dict>
 | |
|                 <key>name</key>
 | |
|                 <string>Tag attribute</string>
 | |
|                 <key>scope</key>
 | |
|                 <string>entity.other.attribute-name</string>
 | |
|                 <key>settings</key>
 | |
|                 <dict>
 | |
|                     <key>foreground</key>
 | |
|                     <string>#E50000</string>
 | |
|                 </dict>
 | |
|             </dict>
 | |
|             <dict>
 | |
|                 <key>name</key>
 | |
|                 <string>Library function</string>
 | |
|                 <key>scope</key>
 | |
|                 <string>support.function</string>
 | |
|                 <key>settings</key>
 | |
|                 <dict>
 | |
|                     <key>foreground</key>
 | |
|                     <string>#795E26</string>
 | |
|                 </dict>
 | |
|             </dict>
 | |
|             <dict>
 | |
|                 <key>name</key>
 | |
|                 <string>Library constant</string>
 | |
|                 <key>scope</key>
 | |
|                 <string>support.constant</string>
 | |
|                 <key>settings</key>
 | |
|                 <dict>
 | |
|                     <key>foreground</key>
 | |
|                     <string>#0000FF</string>
 | |
|                 </dict>
 | |
|             </dict>
 | |
|             <dict>
 | |
|                 <key>name</key>
 | |
|                 <string>Library class/type</string>
 | |
|                 <key>scope</key>
 | |
|                 <string>support.type, support.class</string>
 | |
|                 <key>settings</key>
 | |
|                 <dict>
 | |
|                     <key>foreground</key>
 | |
|                     <string>#267F99</string>
 | |
|                 </dict>
 | |
|             </dict>
 | |
|             <dict>
 | |
|                 <key>name</key>
 | |
|                 <string>Invalid</string>
 | |
|                 <key>scope</key>
 | |
|                 <string>invalid</string>
 | |
|                 <key>settings</key>
 | |
|                 <dict>
 | |
|                     <key>foreground</key>
 | |
|                     <string>#CD3131</string>
 | |
|                 </dict>
 | |
|             </dict>
 | |
|             <dict>
 | |
|                 <key>name</key>
 | |
|                 <string>Invalid deprecated</string>
 | |
|                 <key>scope</key>
 | |
|                 <string>invalid.deprecated</string>
 | |
|                 <key>settings</key>
 | |
|                 <dict>
 | |
|                     <key>foreground</key>
 | |
|                     <string>#CD3131</string>
 | |
|                 </dict>
 | |
|             </dict>
 | |
|         </array>
 | |
|         <key>uuid</key>
 | |
|         <string>231D4441-F280-4D49-A647-E1FD7E84D1D8</string>
 | |
|     </dict>
 | |
| </plist>
 |