1
0
mirror of https://github.com/alecthomas/chroma.git synced 2025-01-28 03:29:41 +02:00

styles/vulcan: Fix background color (#753)

This commit is contained in:
Joe Mooring 2023-02-25 15:23:55 -08:00 committed by GitHub
parent ba01b927d3
commit 22f3c60f3a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,7 @@
<style name="vulcan">
<entry type="Other" style="#c9c9c9"/>
<entry type="Error" style="#cf5967"/>
<entry type="Background" style="#282c34"/>
<entry type="Background" style="bg:#282c34"/>
<entry type="Keyword" style="#7fbaf5"/>
<entry type="KeywordConstant" style="#cf5967 bg:#43454f"/>
<entry type="KeywordDeclaration" style="#7fbaf5"/>
@ -71,4 +71,4 @@
<entry type="GenericUnderline" style="underline"/>
<entry type="Text" style="#c9c9c9"/>
<entry type="TextWhitespace" style="#c9c9c9"/>
</style>
</style>