mirror of
				https://github.com/alecthomas/chroma.git
				synced 2025-10-30 23:57:49 +02:00 
			
		
		
		
	This will **at the very least** enable proper styling of `diff` files: Before:  After:  Also added GenericStrong and GenericEmph tokens since they seem to be universal (but were missing). The styling has been kept true to the rrt theme. Fixes #603
This commit is contained in:
		| @@ -10,4 +10,10 @@ | ||||
|   <entry type="LiteralNumber" style="#ff6600"/> | ||||
|   <entry type="Comment" style="#00ff00"/> | ||||
|   <entry type="CommentPreproc" style="#e5e5e5"/> | ||||
|   <entry type="GenericDeleted" style="#f00"/> | ||||
|   <entry type="GenericEmph" style="italic"/> | ||||
|   <entry type="GenericHeading" style="bold #ff0"/> | ||||
|   <entry type="GenericInserted" style="#0f0"/> | ||||
|   <entry type="GenericStrong" style="bold"/> | ||||
|   <entry type="GenericSubheading" style="bold #87ceeb"/> | ||||
| </style> | ||||
		Reference in New Issue
	
	Block a user