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 cac3c95 commit c34b54a
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 5 deletions.
Binary file removed JetBrains/resources.zip
Binary file not shown.
6 changes: 3 additions & 3 deletions JetBrains/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<!-- 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="162"/>
<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.
Expand All @@ -36,7 +36,7 @@
<depends>com.intellij.modules.platform</depends>

<extensions defaultExtensionNs="com.intellij">
<themeProvider id="Eva Dark" path="/Themes/Eva_Dark.theme.json"/>
<themeProvider id="Eva Light" path="/Themes/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": "/themes/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": "/themes/Eva_Light.xml",
"editorScheme": "/theme/Eva_Light.xml",
"ui": {
"*.background": "#E6E9F0",
"*.inactiveBackground": "#ff0000",
Expand Down
File renamed without changes.

0 comments on commit c34b54a

Please sign in to comment.