Skip to content

Commit

Permalink
- Fixed mess up around color scheme provided (#108)
Browse files Browse the repository at this point in the history
Signed-off-by: Vlad Volkov <vlad@peoplevine.com>
  • Loading branch information
vladyslavvolkov committed Nov 8, 2023
1 parent cf25476 commit 9192daf
Show file tree
Hide file tree
Showing 5 changed files with 33,191 additions and 3 deletions.
6 changes: 6 additions & 0 deletions src/intellij/.vale.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
StylesPath = .vale-styles

MinAlertLevel = suggestion

[*.md]
BasedOnStyles = Vale
3 changes: 1 addition & 2 deletions src/intellij/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,7 @@ runIdePerformanceTest {

patchPluginXml {
changeNotes = """
- New release workflow
- Disabled transparency on run widget (#109)
- Fixed mess up around color scheme provided (#108)
"""
version = project.version
sinceBuild = "191.*"
Expand Down
2 changes: 1 addition & 1 deletion src/intellij/src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@
<depends>com.intellij.modules.platform</depends>
<extensions defaultExtensionNs="com.intellij">
<themeProvider id="HiberbeeDark" path="/themes/HiberbeeDark.theme.json" />
<bundledColorScheme id="HiberbeeDark" path="/colors/Dark.xml"/>
<bundledColorScheme path="/colors/Dark"/>
</extensions>
</idea-plugin>
Loading

0 comments on commit 9192daf

Please sign in to comment.