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:
parent
ba01b927d3
commit
22f3c60f3a
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user