Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
styles/vulcan: Fix background color
Fixes #752
  • Loading branch information
jmooring committed Feb 25, 2023
commit ea99d0ee1ea50f693e4f9e55ed407373241715b8
4 changes: 2 additions & 2 deletions styles/vulcan.xml
Original file line number Diff line number Diff line change
@@ -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>