Skip to content

Commit

Permalink
Fixed warning background, selection menu indents. 2023.3 EAP compatib…
Browse files Browse the repository at this point in the history
…ility

Signed-off-by: Vlad Volkov <[email protected]>
  • Loading branch information
vladyslavvolkov committed Oct 14, 2023
1 parent c3e9a90 commit 5fa3837
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
Empty file added src/intellij/.env
Empty file.
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>
14 changes: 8 additions & 6 deletions src/intellij/src/main/resources/themes/HiberbeeDark.theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"author": "Vlad Volkov",
"dark": true,
"editorScheme": "/colors/Dark.xml",
"icons": {},
"colors": {
"dark1": "#070605",
"dark2": "#121110",
Expand Down Expand Up @@ -132,7 +133,8 @@
"errorFocusColor": "red",
"iconColor": "accent",
"focusColor": "dark10",
"focusedBorderColor": "dark9",
"focusWidth": 2,
"focusedBorderColor": "dark10",
"inactiveErrorFocusColor": "redDark",
"inactiveWarningFocusColor": "yellowDark",
"infoForeground": "light3",
Expand Down Expand Up @@ -198,7 +200,7 @@
},
"Focus": {
"color": "dark10",
"width": "1"
"width": 1
},
"FormattedTextField": {
"background": "dark8",
Expand Down Expand Up @@ -270,10 +272,10 @@
"errorBackground": "redDark",
"errorBorderColor": "red",
"errorForeground": "light8",
"informativeBackground": "blueDark",
"informativeBackground": "yellowDark",
"informativeBorderColor": "blue",
"informativeForeground": "light4",
"warningBackground": "yellowDark",
"warningBackground": "dark4",
"warningBorderColor": "yellow",
"warningForeground": "light6"
},
Expand Down Expand Up @@ -536,9 +538,9 @@
"selectionInactiveBackground": "dark6"
},
"ValidationTooltip": {
"errorBackground": "redDark",
"errorBackground": "dark4",
"errorBorderColor": "red",
"warningBackground": "yellowDark",
"warningBackground": "dark4",
"warningBorderColor": "yellow"
},
"VersionControl": {
Expand Down

0 comments on commit 5fa3837

Please sign in to comment.