Skip to content

Commit

Permalink
JetBrains 0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
fisheva committed Jan 18, 2025
1 parent d72f3ae commit 3ff8d02
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions JetBrains/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<!-- Unique identifier of the plugin. It should be FQN. It cannot be changed between the plugin versions. -->
<!-- 插件的唯一标识符。应该是FQN。它不能在插件版本之间更改。-->
<id>eva-theme</id>
<version>0.0.4</version>
<version>0.0.5</version>

<!-- Public plugin name should be written in Title Case.
Guidelines: https://plugins.jetbrains.com/docs/marketplace/plugin-overview-page.html#plugin-name -->
Expand Down Expand Up @@ -64,7 +64,10 @@
<!-- Short summary of new features and bugfixes in the latest plugin version.
Displayed on the Plugin Page and IDE Plugin Manager. Simple HTML elements can be included between <![CDATA[ ]]> tags. -->
<change-notes><![CDATA[
<b>0.0.1~0.0.4(2025-01-17)</b>
<b>0.0.5 (2025-01-18)</b>
<div>(Change Dark) MATCHED_BRACE_ATTRIBUTES: #FF90707F → #FF907066</div>
<div>(Fix Both) FOLDED_TEXT_ATTRIBUTES background: #323B4D/#d9e1f4</div>
<b>0.0.1~0.0.4 (2025-01-17)</b>
<div>Initial release of the theme.</div>
]]></change-notes>

Expand Down
2 changes: 1 addition & 1 deletion JetBrains/resources/theme/Eva_Dark.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1993,7 +1993,7 @@
</option>
<option name="MATCHED_BRACE_ATTRIBUTES">
<value>
<option name="BACKGROUND" value="7b524b" />
<option name="BACKGROUND" value="FF907066" />
</value>
</option>
<option name="MESSAGE_ARGUMENT">
Expand Down

0 comments on commit 3ff8d02

Please sign in to comment.