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 c7a17db commit d254088
Show file tree
Hide file tree
Showing 8 changed files with 8,798 additions and 2 deletions.
4 changes: 2 additions & 2 deletions JetBrains/.gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
out
*.jar
#out
#*.jar
Binary file added JetBrains/Eva-Theme.jar
Binary file not shown.
42 changes: 42 additions & 0 deletions JetBrains/out/production/Eva-Theme/META-INF/plugin.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
<!-- Plugin Configuration File. Read more: https://plugins.jetbrains.com/docs/intellij/plugin-configuration-file.html -->
<idea-plugin>
<!-- 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>

<!-- Public plugin name should be written in Title Case.
Guidelines: https://plugins.jetbrains.com/docs/marketplace/plugin-overview-page.html#plugin-name -->
<name>Eva Theme</name>
<category>UI</category>

<!-- 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"/>

<!-- 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 -->
<description><![CDATA[
A semantic coloring and comfortable theme.
]]></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>
]]></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"/>
</extensions>
</idea-plugin>
34 changes: 34 additions & 0 deletions JetBrains/out/production/Eva-Theme/META-INF/pluginIcon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit d254088

Please sign in to comment.