Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

styles/vulcan: Fix background color #753

Merged
merged 1 commit into from Feb 25, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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>