Skip to content

Commit

Permalink
styles/vulcan: Fix background color (#753)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmooring committed Feb 25, 2023
1 parent ba01b92 commit 22f3c60
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions styles/vulcan.xml
@@ -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"/>
Expand Down Expand Up @@ -71,4 +71,4 @@
<entry type="GenericUnderline" style="underline"/>
<entry type="Text" style="#c9c9c9"/>
<entry type="TextWhitespace" style="#c9c9c9"/>
</style>
</style>

0 comments on commit 22f3c60

Please sign in to comment.