Skip to content

Commit

Permalink
Updated for 2024.1 EAP
Browse files Browse the repository at this point in the history
Signed-off-by: Vlad Volkov <vlad@peoplevine.com>
  • Loading branch information
vladyslavvolkov committed Feb 28, 2024
1 parent 75dda7c commit 15d6ebd
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 1 addition & 3 deletions src/intellij/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ intellij {
pluginName ="Hiberbee Theme"
type = "IU"
version = "LATEST-EAP-SNAPSHOT"
updateSinceUntilBuild = true
updateSinceUntilBuild = false
}

java {
Expand All @@ -42,6 +42,4 @@ patchPluginXml {
- Fixed mess up around color scheme provided (#108)
"""
version = project.version
sinceBuild = "191.*"
untilBuild = "234.*"
}
3 changes: 2 additions & 1 deletion src/intellij/src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,10 @@
]]>
</description>
<version>latest</version>
<idea-version since-build="231.7665"/>
<depends>com.intellij.modules.platform</depends>
<extensions defaultExtensionNs="com.intellij">
<themeProvider id="HiberbeeDark" path="/themes/HiberbeeDark.theme.json" />
<bundledColorScheme id="Hiberbee Dark" path="/colors/Dark"/>
<bundledColorScheme id="Hiberbee Dark" path="/colors/Dark.xml"/>
</extensions>
</idea-plugin>
4 changes: 2 additions & 2 deletions src/intellij/src/main/resources/colors/Dark.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<scheme name="Hiberbee Dark" version="142">
<scheme name="Hiberbee Dark" version="142" parent_scheme="Darcula">
<metaInfo>
<property name="created">2023-11-08T01:17:57</property>
<property name="ide">idea</property>
Expand Down Expand Up @@ -32867,4 +32867,4 @@
</value>
</option>
</attributes>
</scheme>
</scheme>
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
"name": "Hiberbee Dark",
"author": "Vlad Volkov",
"dark": true,
"editorScheme": "/colors/Dark.xml",
"parentTheme": "Darcula",
"editorScheme": "Hiberbee Dark",
"colors": {
"dark1": "#070605",
"dark2": "#121110",
Expand Down

0 comments on commit 15d6ebd

Please sign in to comment.