Skip to content

Commit

Permalink
⚡ update errorColor
Browse files Browse the repository at this point in the history
  • Loading branch information
ShaneLee-9 committed Nov 22, 2021
1 parent bc521fa commit 4cf30e0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<idea-plugin>
<id>com.your.company.unique.plugin.id</id>
<name>Casual Theme</name>
<version>0.0.6</version>
<version>0.0.7</version>
<vendor email="[email protected]" url="http://www.yourcompany.com">YourCompany</vendor>

<description><![CDATA[
Expand Down
4 changes: 2 additions & 2 deletions resources/theme/Casual.theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@
"tabSelectedBg": "#0d5389",
"tableGridColor": "#9b0621",

"errorColor": "#f9898f",
"errorColor": "#ffd1cc",
"warning": "#cbf780",
"successColor": "#50fa7b",
"errorColorDarken": "#915054",
"errorColorDarken": "#725e5b",
"warningColorDarken": "#5e723c",


Expand Down

0 comments on commit 4cf30e0

Please sign in to comment.