Skip to content

Commit

Permalink
ID added
Browse files Browse the repository at this point in the history
Signed-off-by: Vlad Volkov <[email protected]>
  • Loading branch information
vladyslavvolkov committed Nov 10, 2023
1 parent 9192daf commit 75dda7c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
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 path="/colors/Dark"/>
<bundledColorScheme id="Hiberbee Dark" path="/colors/Dark"/>
</extensions>
</idea-plugin>
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"author": "Vlad Volkov",
"dark": true,
"editorScheme": "/colors/Dark.xml",
"icons": {},
"colors": {
"dark1": "#070605",
"dark2": "#121110",
Expand Down

0 comments on commit 75dda7c

Please sign in to comment.