Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
fisheva committed Jan 16, 2025
1 parent 077fc81 commit e98ef62
Show file tree
Hide file tree
Showing 11 changed files with 8,786 additions and 24 deletions.
Binary file modified JetBrains/Eva-Theme.jar
Binary file not shown.
41 changes: 32 additions & 9 deletions JetBrains/out/production/Eva-Theme/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.1</version>
<version>0.0.2</version>

<!-- Public plugin name should be written in Title Case.
Guidelines: https://plugins.jetbrains.com/docs/marketplace/plugin-overview-page.html#plugin-name -->
Expand All @@ -13,30 +13,53 @@
<!-- A displayed Vendor name or Organization ID displayed on the Plugins Page. -->
<vendor email="[email protected]" url="https://github.com/fisheva">fisheva</vendor>
<!-- since-build="213" until-build="223.*"-->
<idea-version since-build="213"/>
<idea-version since-build="162"/>

<!-- Description of the plugin displayed on the Plugin Page and IDE Plugin Manager.
Simple HTML elements (text formatting, paragraphs, and lists) can be added inside of <![CDATA[ ]]> tag.
Guidelines: https://plugins.jetbrains.com/docs/marketplace/plugin-overview-page.html#plugin-description -->

<!-- <p style="display: flex;flex-flow: row wrap;">-->
<!-- <img width="49%" class="screenshot" src="https://raw.githubusercontent.com/fisheva/Eva-Theme/refs/heads/master/images/screenshots/Eva-Dark-IDEA.png" referrerpolicy="no-referrer">-->
<!-- <img width="49%" class="screenshot" src="https://raw.githubusercontent.com/fisheva/Eva-Theme/refs/heads/master/images/screenshots/Eva-Light-IDEA.png" referrerpolicy="no-referrer">-->
<!-- </p>-->
<description><![CDATA[
A semantic coloring and comfortable theme.
<div><b>Introduction</b></div>
<br/>
<div>Eva Theme is a semantic coloring code theme making you more comfortable programming, supports both Dark and Light modes.</div>
<br/>
<div><b>Issue</b></div>
<br/>
<div>This theme is not perfect yet. If you find somewhere with ill-suited color, you can help by reporting issues <a href="https://github.com/fisheva/Eva-Theme/issues" target="_blank">here</a></div>
<br/>
<div><b>Platforms</b></div>
<br/>
<div>Eva Theme on other platforms: <a href="https://marketplace.visualstudio.com/items?itemName=fisheva.eva-theme" target="_blank">VSCode</a>, <a href="https://marketplace.visualstudio.com/items?itemName=fisheva.eva-theme-vs" target="_blank">Visual Studio</a>, <a href="https://github.com/sharpchen/Eva-Theme.nvim" target="_blank">NeoVim</a>(by <a href="https://github.com/sharpchen" target="_blank">sharpchen</a>), <a href="https://github.com/TomDan-GodsHand/Eva-themes" target="_blank">Windows Terminal</a>(by <a href="https://github.com/TomDan-GodsHand" target="_blank">TomDan</a>), <a href="https://addons.mozilla.org/en-US/firefox/addon/eva-dark/" target="_blank">Firefox</a>(by <a href="https://github.com/hmnd" target="_blank">David</a>).</div>
]]></description>

<!-- 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</b>
<ul>
<li>Initial release of the theme.</li>
</ul>
<b>0.0.1~0.0.2(2025-01-16)</b>
<div>Initial release of the theme.</div>
]]></change-notes>

<!-- Product and plugin compatibility requirements.
Read more: https://plugins.jetbrains.com/docs/intellij/plugin-compatibility.html -->
<depends>com.intellij.modules.platform</depends>

<extensions defaultExtensionNs="com.intellij">
<themeProvider id="Eva Dark" path="/theme/eva-dark.theme.json"/>
<themeProvider id="Eva Light" path="/theme/eva-light.theme.json"/>
<themeProvider id="Eva Dark" path="/theme/Eva_Dark.theme.json"/>
<themeProvider id="Eva Light" path="/theme/Eva_Light.theme.json"/>
</extensions>
</idea-plugin>
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "Eva Dark",
"dark": true,
"author": "fisheva",
"editorScheme": "/theme/eva-dark.xml",
"editorScheme": "/theme/Eva_Dark.xml",
"ui": {
"*.background": "#22272F",
"*.inactiveBackground": "#282c34",
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "Eva Light",
"dark": false,
"author": "fisheva",
"editorScheme": "/theme/eva-light.xml",
"editorScheme": "/theme/Eva_Light.xml",
"ui": {
"*.background": "#E6E9F0",
"*.inactiveBackground": "#ff0000",
Expand Down
File renamed without changes.
45 changes: 32 additions & 13 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.1</version>
<version>0.0.2</version>

<!-- Public plugin name should be written in Title Case.
Guidelines: https://plugins.jetbrains.com/docs/marketplace/plugin-overview-page.html#plugin-name -->
Expand All @@ -13,34 +13,53 @@
<!-- A displayed Vendor name or Organization ID displayed on the Plugins Page. -->
<vendor email="[email protected]" url="https://github.com/fisheva">fisheva</vendor>
<!-- since-build="213" until-build="223.*"-->
<idea-version since-build="213"/>
<idea-version since-build="162"/>

<!-- Description of the plugin displayed on the Plugin Page and IDE Plugin Manager.
Simple HTML elements (text formatting, paragraphs, and lists) can be added inside of <![CDATA[ ]]> tag.
Guidelines: https://plugins.jetbrains.com/docs/marketplace/plugin-overview-page.html#plugin-description -->

<!-- <p style="display: flex;flex-flow: row wrap;">-->
<!-- <img width="49%" class="screenshot" src="https://raw.githubusercontent.com/fisheva/Eva-Theme/refs/heads/master/images/screenshots/Eva-Dark-IDEA.png" referrerpolicy="no-referrer">-->
<!-- <img width="49%" class="screenshot" src="https://raw.githubusercontent.com/fisheva/Eva-Theme/refs/heads/master/images/screenshots/Eva-Light-IDEA.png" referrerpolicy="no-referrer">-->
<!-- </p>-->
<description><![CDATA[
<p style="display: flex;flex-flow: row wrap;">
<img width="49%" class="screenshot" src="https://raw.githubusercontent.com/fisheva/Eva-Theme/master/images/screenshots/IDEA-dark.png" referrerpolicy="no-referrer">
<img width="49%" class="screenshot" src="https://raw.githubusercontent.com/fisheva/Eva-Theme/master/images/screenshots/IDEA-light.png" referrerpolicy="no-referrer">
</p>
A semantic coloring and comfortable theme.
<div><b>Introduction</b></div>
<br/>
<div>Eva Theme is a semantic coloring code theme making you more comfortable programming, supports both Dark and Light modes.</div>
<br/>
<div><b>Issue</b></div>
<br/>
<div>This theme is not perfect yet. If you find somewhere with ill-suited color, you can help by reporting issues <a href="https://github.com/fisheva/Eva-Theme/issues" target="_blank">here</a></div>
<br/>
<div><b>Platforms</b></div>
<br/>
<div>Eva Theme on other platforms: <a href="https://marketplace.visualstudio.com/items?itemName=fisheva.eva-theme" target="_blank">VSCode</a>, <a href="https://marketplace.visualstudio.com/items?itemName=fisheva.eva-theme-vs" target="_blank">Visual Studio</a>, <a href="https://github.com/sharpchen/Eva-Theme.nvim" target="_blank">NeoVim</a>(by <a href="https://github.com/sharpchen" target="_blank">sharpchen</a>), <a href="https://github.com/TomDan-GodsHand/Eva-themes" target="_blank">Windows Terminal</a>(by <a href="https://github.com/TomDan-GodsHand" target="_blank">TomDan</a>), <a href="https://addons.mozilla.org/en-US/firefox/addon/eva-dark/" target="_blank">Firefox</a>(by <a href="https://github.com/hmnd" target="_blank">David</a>).</div>
]]></description>

<!-- 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</b>
<ul>
<li>Initial release of the theme.</li>
</ul>
<b>0.0.1~0.0.2(2025-01-16)</b>
<div>Initial release of the theme.</div>
]]></change-notes>

<!-- Product and plugin compatibility requirements.
Read more: https://plugins.jetbrains.com/docs/intellij/plugin-compatibility.html -->
<depends>com.intellij.modules.platform</depends>

<extensions defaultExtensionNs="com.intellij">
<themeProvider id="Eva Dark" path="/theme/eva-dark.theme.json"/>
<themeProvider id="Eva Light" path="/theme/eva-light.theme.json"/>
<themeProvider id="Eva Dark" path="/theme/Eva_Dark.theme.json"/>
<themeProvider id="Eva Light" path="/theme/Eva_Light.theme.json"/>
</extensions>
</idea-plugin>
Loading

0 comments on commit e98ef62

Please sign in to comment.