mirror of
				https://github.com/sharkdp/bat.git
				synced 2025-10-31 15:12:12 +00:00 
			
		
		
		
	Add ansi theme to replace ansi-light and ansi-dark
This combines ansi-light and ansi-dark into a single theme that works with both light and dark backgrounds. Instead of specifying white/black, the ansi theme uses the terminal's default foreground/background color by setting alpha=01, i.e. #00000001. This is in addition to the alpha=00 encoding where red contains an ANSI color palette number. Now, `--theme ansi-light` and `--theme ansi-dark` will print a deprecation notice and use ansi instead (unless the user has a custom theme named ansi-light or ansi-dark, which would take precedence).
This commit is contained in:
		
				
					committed by
					
						 David Peter
						David Peter
					
				
			
			
				
	
			
			
			
						parent
						
							19e7763f35
						
					
				
				
					commit
					3099f51ba7
				
			
							
								
								
									
										430
									
								
								assets/themes/ansi.tmTheme
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										430
									
								
								assets/themes/ansi.tmTheme
									
									
									
									
										vendored
									
									
										Normal file
									
								
							| @@ -0,0 +1,430 @@ | ||||
| <?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> | ||||
|         <!-- | ||||
|         The colors in this theme are encoded as #RRGGBBAA where: | ||||
|         * If AA is 00, then RR is an ANSI palette number from 00 to 07. | ||||
|         * If AA is 01, the terminal's default fg/bg color is used. | ||||
|         --> | ||||
|         <key>author</key> | ||||
|         <string>Template: Chris Kempson, Scheme: Mitchell Kember</string> | ||||
|         <key>name</key> | ||||
|         <string>ANSI</string> | ||||
|         <key>colorSpaceName</key> | ||||
|         <string>sRGB</string> | ||||
|         <key>settings</key> | ||||
|         <array> | ||||
|             <dict> | ||||
|                 <key>settings</key> | ||||
|                 <dict> | ||||
|                     <key>background</key> | ||||
|                     <string>#00000001</string> | ||||
|                     <key>foreground</key> | ||||
|                     <string>#00000001</string> | ||||
|                     <!-- | ||||
|                     Explicitly set the gutter color since bat falls back to a | ||||
|                     hardcoded DEFAULT_GUTTER_COLOR otherwise. | ||||
|                     --> | ||||
|                     <key>gutter</key> | ||||
|                     <string>#00000001</string> | ||||
|                     <key>gutterForeground</key> | ||||
|                     <string>#00000001</string> | ||||
|                 </dict> | ||||
|             </dict> | ||||
|             <dict> | ||||
|                 <key>name</key> | ||||
|                 <string>Comments</string> | ||||
|                 <key>scope</key> | ||||
|                 <string>comment, punctuation.definition.comment</string> | ||||
|                 <key>settings</key> | ||||
|                 <dict> | ||||
|                     <key>foreground</key> | ||||
|                     <string>#02000000</string> | ||||
|                 </dict> | ||||
|             </dict> | ||||
|             <dict> | ||||
|                 <key>name</key> | ||||
|                 <string>Keywords</string> | ||||
|                 <key>scope</key> | ||||
|                 <string>keyword</string> | ||||
|                 <key>settings</key> | ||||
|                 <dict> | ||||
|                     <key>foreground</key> | ||||
|                     <string>#05000000</string> | ||||
|                 </dict> | ||||
|             </dict> | ||||
|             <dict> | ||||
|                 <key>name</key> | ||||
|                 <string>Functions</string> | ||||
|                 <key>scope</key> | ||||
|                 <string>entity.name.function, meta.require, support.function.any-method</string> | ||||
|                 <key>settings</key> | ||||
|                 <dict> | ||||
|                     <key>foreground</key> | ||||
|                     <string>#04000000</string> | ||||
|                 </dict> | ||||
|             </dict> | ||||
|             <dict> | ||||
|                 <key>name</key> | ||||
|                 <string>Labels</string> | ||||
|                 <key>scope</key> | ||||
|                 <string>entity.name.label</string> | ||||
|                 <key>settings</key> | ||||
|                 <dict> | ||||
|                     <key>foreground</key> | ||||
|                     <string>#06000000</string> | ||||
|                 </dict> | ||||
|             </dict> | ||||
|             <dict> | ||||
|                 <key>name</key> | ||||
|                 <string>Classes</string> | ||||
|                 <key>scope</key> | ||||
|                 <string>support.class, entity.name.class, entity.name.type.class</string> | ||||
|                 <key>settings</key> | ||||
|                 <dict> | ||||
|                     <key>foreground</key> | ||||
|                     <string>#03000000</string> | ||||
|                 </dict> | ||||
|             </dict> | ||||
|             <dict> | ||||
|                 <key>name</key> | ||||
|                 <string>Methods</string> | ||||
|                 <key>scope</key> | ||||
|                 <string>keyword.other.special-method</string> | ||||
|                 <key>settings</key> | ||||
|                 <dict> | ||||
|                     <key>foreground</key> | ||||
|                     <string>#04000000</string> | ||||
|                 </dict> | ||||
|             </dict> | ||||
|             <dict> | ||||
|                 <key>name</key> | ||||
|                 <string>Storage</string> | ||||
|                 <key>scope</key> | ||||
|                 <string>storage</string> | ||||
|                 <key>settings</key> | ||||
|                 <dict> | ||||
|                     <key>foreground</key> | ||||
|                     <string>#05000000</string> | ||||
|                 </dict> | ||||
|             </dict> | ||||
|             <dict> | ||||
|                 <key>name</key> | ||||
|                 <string>Support</string> | ||||
|                 <key>scope</key> | ||||
|                 <string>support.function</string> | ||||
|                 <key>settings</key> | ||||
|                 <dict> | ||||
|                     <key>foreground</key> | ||||
|                     <string>#06000000</string> | ||||
|                 </dict> | ||||
|             </dict> | ||||
|             <dict> | ||||
|                 <key>name</key> | ||||
|                 <string>Strings, Inherited Class</string> | ||||
|                 <key>scope</key> | ||||
|                 <string>string, constant.other.symbol, entity.other.inherited-class</string> | ||||
|                 <key>settings</key> | ||||
|                 <dict> | ||||
|                     <key>foreground</key> | ||||
|                     <string>#02000000</string> | ||||
|                 </dict> | ||||
|             </dict> | ||||
|             <dict> | ||||
|                 <key>name</key> | ||||
|                 <string>Integers</string> | ||||
|                 <key>scope</key> | ||||
|                 <string>constant.numeric</string> | ||||
|                 <key>settings</key> | ||||
|                 <dict> | ||||
|                     <key>foreground</key> | ||||
|                     <string>#03000000</string> | ||||
|                 </dict> | ||||
|             </dict> | ||||
|             <dict> | ||||
|                 <key>name</key> | ||||
|                 <string>Floats</string> | ||||
|                 <key>scope</key> | ||||
|                 <string>none</string> | ||||
|                 <key>settings</key> | ||||
|                 <dict> | ||||
|                     <key>foreground</key> | ||||
|                     <string>#03000000</string> | ||||
|                 </dict> | ||||
|             </dict> | ||||
|             <dict> | ||||
|                 <key>name</key> | ||||
|                 <string>Boolean</string> | ||||
|                 <key>scope</key> | ||||
|                 <string>none</string> | ||||
|                 <key>settings</key> | ||||
|                 <dict> | ||||
|                     <key>foreground</key> | ||||
|                     <string>#03000000</string> | ||||
|                 </dict> | ||||
|             </dict> | ||||
|             <dict> | ||||
|                 <key>name</key> | ||||
|                 <string>Constants</string> | ||||
|                 <key>scope</key> | ||||
|                 <string>constant</string> | ||||
|                 <key>settings</key> | ||||
|                 <dict> | ||||
|                     <key>foreground</key> | ||||
|                     <string>#03000000</string> | ||||
|                 </dict> | ||||
|             </dict> | ||||
|             <dict> | ||||
|                 <key>name</key> | ||||
|                 <string>Tags</string> | ||||
|                 <key>scope</key> | ||||
|                 <string>entity.name.tag</string> | ||||
|                 <key>settings</key> | ||||
|                 <dict> | ||||
|                     <key>foreground</key> | ||||
|                     <string>#01000000</string> | ||||
|                 </dict> | ||||
|             </dict> | ||||
|             <dict> | ||||
|                 <key>name</key> | ||||
|                 <string>Attributes</string> | ||||
|                 <key>scope</key> | ||||
|                 <string>entity.other.attribute-name</string> | ||||
|                 <key>settings</key> | ||||
|                 <dict> | ||||
|                     <key>foreground</key> | ||||
|                     <string>#03000000</string> | ||||
|                 </dict> | ||||
|             </dict> | ||||
|             <dict> | ||||
|                 <key>name</key> | ||||
|                 <string>Attribute IDs</string> | ||||
|                 <key>scope</key> | ||||
|                 <string>entity.other.attribute-name.id, punctuation.definition.entity</string> | ||||
|                 <key>settings</key> | ||||
|                 <dict> | ||||
|                     <key>foreground</key> | ||||
|                     <string>#04000000</string> | ||||
|                 </dict> | ||||
|             </dict> | ||||
|             <dict> | ||||
|                 <key>name</key> | ||||
|                 <string>Selector</string> | ||||
|                 <key>scope</key> | ||||
|                 <string>meta.selector</string> | ||||
|                 <key>settings</key> | ||||
|                 <dict> | ||||
|                     <key>foreground</key> | ||||
|                     <string>#05000000</string> | ||||
|                 </dict> | ||||
|             </dict> | ||||
|             <dict> | ||||
|                 <key>name</key> | ||||
|                 <string>Values</string> | ||||
|                 <key>scope</key> | ||||
|                 <string>none</string> | ||||
|                 <key>settings</key> | ||||
|                 <dict> | ||||
|                     <key>foreground</key> | ||||
|                     <string>#03000000</string> | ||||
|                 </dict> | ||||
|             </dict> | ||||
|             <dict> | ||||
|                 <key>name</key> | ||||
|                 <string>Headings</string> | ||||
|                 <key>scope</key> | ||||
|                 <string>markup.heading punctuation.definition.heading, entity.name.section</string> | ||||
|                 <key>settings</key> | ||||
|                 <dict> | ||||
|                     <key>fontStyle</key> | ||||
|                     <string></string> | ||||
|                     <key>foreground</key> | ||||
|                     <string>#04000000</string> | ||||
|                 </dict> | ||||
|             </dict> | ||||
|             <dict> | ||||
|                 <key>name</key> | ||||
|                 <string>Units</string> | ||||
|                 <key>scope</key> | ||||
|                 <string>keyword.other.unit</string> | ||||
|                 <key>settings</key> | ||||
|                 <dict> | ||||
|                     <key>foreground</key> | ||||
|                     <string>#03000000</string> | ||||
|                 </dict> | ||||
|             </dict> | ||||
|             <dict> | ||||
|                 <key>name</key> | ||||
|                 <string>Bold</string> | ||||
|                 <key>scope</key> | ||||
|                 <string>markup.bold, punctuation.definition.bold</string> | ||||
|                 <key>settings</key> | ||||
|                 <dict> | ||||
|                     <key>fontStyle</key> | ||||
|                     <string>bold</string> | ||||
|                     <key>foreground</key> | ||||
|                     <string>#03000000</string> | ||||
|                 </dict> | ||||
|             </dict> | ||||
|             <dict> | ||||
|                 <key>name</key> | ||||
|                 <string>Italic</string> | ||||
|                 <key>scope</key> | ||||
|                 <string>markup.italic, punctuation.definition.italic</string> | ||||
|                 <key>settings</key> | ||||
|                 <dict> | ||||
|                     <key>fontStyle</key> | ||||
|                     <string>italic</string> | ||||
|                     <key>foreground</key> | ||||
|                     <string>#05000000</string> | ||||
|                 </dict> | ||||
|             </dict> | ||||
|             <dict> | ||||
|                 <key>name</key> | ||||
|                 <string>Code</string> | ||||
|                 <key>scope</key> | ||||
|                 <string>markup.raw.inline</string> | ||||
|                 <key>settings</key> | ||||
|                 <dict> | ||||
|                     <key>foreground</key> | ||||
|                     <string>#02000000</string> | ||||
|                 </dict> | ||||
|             </dict> | ||||
|             <dict> | ||||
|                 <key>name</key> | ||||
|                 <string>Link Text</string> | ||||
|                 <key>scope</key> | ||||
|                 <string>string.other.link, punctuation.definition.string.end.markdown, punctuation.definition.string.begin.markdown</string> | ||||
|                 <key>settings</key> | ||||
|                 <dict> | ||||
|                     <key>foreground</key> | ||||
|                     <string>#01000000</string> | ||||
|                 </dict> | ||||
|             </dict> | ||||
|             <dict> | ||||
|                 <key>name</key> | ||||
|                 <string>Link Url</string> | ||||
|                 <key>scope</key> | ||||
|                 <string>meta.link</string> | ||||
|                 <key>settings</key> | ||||
|                 <dict> | ||||
|                     <key>foreground</key> | ||||
|                     <string>#03000000</string> | ||||
|                 </dict> | ||||
|             </dict> | ||||
|             <dict> | ||||
|                 <key>name</key> | ||||
|                 <string>Quotes</string> | ||||
|                 <key>scope</key> | ||||
|                 <string>markup.quote</string> | ||||
|                 <key>settings</key> | ||||
|                 <dict> | ||||
|                     <key>foreground</key> | ||||
|                     <string>#03000000</string> | ||||
|                 </dict> | ||||
|             </dict> | ||||
|             <dict> | ||||
|                 <key>name</key> | ||||
|                 <string>Inserted</string> | ||||
|                 <key>scope</key> | ||||
|                 <string>markup.inserted</string> | ||||
|                 <key>settings</key> | ||||
|                 <dict> | ||||
|                     <key>foreground</key> | ||||
|                     <string>#02000000</string> | ||||
|                 </dict> | ||||
|             </dict> | ||||
|             <dict> | ||||
|                 <key>name</key> | ||||
|                 <string>Deleted</string> | ||||
|                 <key>scope</key> | ||||
|                 <string>markup.deleted</string> | ||||
|                 <key>settings</key> | ||||
|                 <dict> | ||||
|                     <key>foreground</key> | ||||
|                     <string>#01000000</string> | ||||
|                 </dict> | ||||
|             </dict> | ||||
|             <dict> | ||||
|                 <key>name</key> | ||||
|                 <string>Changed</string> | ||||
|                 <key>scope</key> | ||||
|                 <string>markup.changed</string> | ||||
|                 <key>settings</key> | ||||
|                 <dict> | ||||
|                     <key>foreground</key> | ||||
|                     <string>#05000000</string> | ||||
|                 </dict> | ||||
|             </dict> | ||||
|             <dict> | ||||
|                 <key>name</key> | ||||
|                 <string>Colors</string> | ||||
|                 <key>scope</key> | ||||
|                 <string>constant.other.color</string> | ||||
|                 <key>settings</key> | ||||
|                 <dict> | ||||
|                     <key>foreground</key> | ||||
|                     <string>#06000000</string> | ||||
|                 </dict> | ||||
|             </dict> | ||||
|             <dict> | ||||
|                 <key>name</key> | ||||
|                 <string>Regular Expressions</string> | ||||
|                 <key>scope</key> | ||||
|                 <string>string.regexp</string> | ||||
|                 <key>settings</key> | ||||
|                 <dict> | ||||
|                     <key>foreground</key> | ||||
|                     <string>#06000000</string> | ||||
|                 </dict> | ||||
|             </dict> | ||||
|             <dict> | ||||
|                 <key>name</key> | ||||
|                 <string>Escape Characters</string> | ||||
|                 <key>scope</key> | ||||
|                 <string>constant.character.escape</string> | ||||
|                 <key>settings</key> | ||||
|                 <dict> | ||||
|                     <key>foreground</key> | ||||
|                     <string>#06000000</string> | ||||
|                 </dict> | ||||
|             </dict> | ||||
|             <dict> | ||||
|                 <key>name</key> | ||||
|                 <string>Embedded</string> | ||||
|                 <key>scope</key> | ||||
|                 <string>punctuation.section.embedded, variable.interpolation</string> | ||||
|                 <key>settings</key> | ||||
|                 <dict> | ||||
|                     <key>foreground</key> | ||||
|                     <string>#05000000</string> | ||||
|                 </dict> | ||||
|             </dict> | ||||
|             <dict> | ||||
|                 <key>name</key> | ||||
|                 <string>Illegal</string> | ||||
|                 <key>scope</key> | ||||
|                 <string>invalid.illegal</string> | ||||
|                 <key>settings</key> | ||||
|                 <dict> | ||||
|                     <key>background</key> | ||||
|                     <string>#01000000</string> | ||||
|                 </dict> | ||||
|             </dict> | ||||
|             <dict> | ||||
|                 <key>name</key> | ||||
|                 <string>Broken</string> | ||||
|                 <key>scope</key> | ||||
|                 <string>invalid.broken</string> | ||||
|                 <key>settings</key> | ||||
|                 <dict> | ||||
|                     <key>background</key> | ||||
|                     <string>#03000000</string> | ||||
|                 </dict> | ||||
|             </dict> | ||||
|         </array> | ||||
|         <key>uuid</key> | ||||
|         <string>uuid</string> | ||||
|     </dict> | ||||
| </plist> | ||||
		Reference in New Issue
	
	Block a user