1
0
mirror of https://github.com/alecthomas/chroma.git synced 2025-10-08 22:52:04 +02:00

tango: Don't underline whitespace (#1146)

This commit is contained in:
Johan Walles
2025-09-22 00:05:08 +02:00
committed by GitHub
parent daa879b239
commit b05fcfb98f

View File

@@ -68,5 +68,5 @@
<entry type="GenericSubheading" style="bold #800080"/>
<entry type="GenericTraceback" style="bold #a40000"/>
<entry type="GenericUnderline" style="underline"/>
<entry type="TextWhitespace" style="underline #f8f8f8"/>
<entry type="TextWhitespace" style="#f8f8f8"/>
</style>