-
-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
11 changed files
with
8,786 additions
and
24 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 --> | ||
|
@@ -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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 --> | ||
|
@@ -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> |
Oops, something went wrong.