Skip to content

Commit

Permalink
Chore: Improve colors in UI & Editor
Browse files Browse the repository at this point in the history
  • Loading branch information
dyriavin committed Mar 21, 2023
1 parent f7b48d0 commit 963b26a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 17 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ pluginGroup = com.github.dyriavin.mimesistheme
pluginName = mimesis-theme
pluginRepositoryUrl = https://github.com/dyriavin/mimesis-theme
# SemVer format -> https://semver.org
pluginVersion = 0.0.5
pluginVersion = 1.0.5

# Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
pluginSinceBuild = 213
Expand Down
12 changes: 6 additions & 6 deletions src/main/resources/theme/mimesis.theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@
"startBorderColor": "#b1b1b3",
"endBorderColor": "#b1b1b3",
"default": {
"foreground": "#FFFFFF",
"startBackground": "#45a1ff",
"endBackground": "#0a84ff",
"startBorderColor": "#0060df",
"foreground": "#EDEDED",
"startBackground": "#003eaa",
"endBackground": "#003eaa",
"startBorderColor": "#003eaa",
"endBorderColor": "#003eaa",
"shadowColor": "#A6A6A650",
"focusedBorderColor": "#0a84ff4d"
Expand Down Expand Up @@ -75,8 +75,8 @@
"ProgressBar": {
"trackColor": "#d7d7db",
"progressColor": "#0A84FF",
"indeterminateStartColor": "#91C5F2",
"indeterminateEndColor": "#63B0FF"
"indeterminateStartColor": "#0060DF",
"indeterminateEndColor": "#0060DF"
},
"StatusBar.borderColor": "#D1D1D1",
"ToolWindow.Header.inactiveBackground": "#F2F2F2",
Expand Down
11 changes: 1 addition & 10 deletions src/main/resources/theme/mimesis.xml
Original file line number Diff line number Diff line change
Expand Up @@ -750,11 +750,7 @@
<option name="FOREGROUND" value="722291" />
</value>
</option>
<option name="JS.GLOBAL_FUNCTION">
<value>
<option name="FOREGROUND" value="d70022" />
</value>
</option>
<option name="JS.GLOBAL_FUNCTION" baseAttributes="DEFAULT_FUNCTION_DECLARATION" />
<option name="JS.GLOBAL_VARIABLE" baseAttributes="DEFAULT_GLOBAL_VARIABLE" />
<option name="JS.INSTANCE_MEMBER_FUNCTION" baseAttributes="DEFAULT_INSTANCE_METHOD" />
<option name="JS.LOCAL_VARIABLE" baseAttributes="DEFAULT_LOCAL_VARIABLE" />
Expand Down Expand Up @@ -992,11 +988,6 @@
<option name="FONT_TYPE" value="2" />
</value>
</option>
<option name="TS.MODULE_NAME">
<value>
<option name="FOREGROUND" value="d70022" />
</value>
</option>
<option name="TS.TYPE_PARAMETER">
<value>
<option name="FOREGROUND" value="8ea4" />
Expand Down

0 comments on commit 963b26a

Please sign in to comment.