Skip to content

Commit ee7b98a

Browse files
committed
[UPDATE]: Fix color for disabled box. Make usage more clearly.
1 parent 10b5930 commit ee7b98a

File tree

4 files changed

+44
-29
lines changed

4 files changed

+44
-29
lines changed

.idea/vcs.xml

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/workspace.xml

+37-24
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

resources/META-INF/plugin.xml

+5-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<idea-plugin>
22
<id>design.verybeautiful.onedarkmonokai</id>
33
<name>OneDarkMonokai</name>
4-
<version>0.1.7</version>
4+
<version>0.1.8</version>
55
<vendor email="keyvchan@gmail.com">keyvchan</vendor>
66

77
<description>
@@ -12,17 +12,18 @@
1212
1313
To install:
1414
<ul>
15-
<li>Go to <i>Settings (Preferences) | Plugins</i>, find the theme plugin and install it</li>
15+
<li>Go to <b>Settings (Preferences) | Plugins</b>, find the theme plugin and install it</li>
1616
<li>Restart IDE</li>
17-
<li>Go to <i>Settings (Preferences) | Appearance & Behavior | Appearance</i> and see the <i>Theme</i> dropdown</li>
17+
<li>Go to <b>Settings (Preferences) | Appearance & Behavior | Appearance</b> and see the <b>Theme</b> dropdown</li>
18+
<li>Go to <b>Settings (Preferences) | Editor | Color Scheme</b> and select <b>Monokai Adapted</b> in the <b>Scheme</b> dropdown</li>
1819
</ul>
1920
<br/>
2021
2122
]]>
2223
</description>
2324

2425
<change-notes>
25-
Adjust table color, combobox border, "Editor tab background" and color of plugin page.
26+
Fix color of disabled background in 2020.1 EAP release.
2627

2728
</change-notes>
2829

resources/onedarkMonokai.theme.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"selectionBackgroundInactive": "#252E38",
1515
"disabledForeground": "#a3a3a3",
1616
"inactiveBackground": "#131C28",
17-
"disabledBackground": "#3f3571",
17+
"disabledBackground": "#282d3e",
1818
"errorForeground": "#ebf1f2",
1919
"disabledText": "#ADADAD"
2020
},

0 commit comments

Comments
 (0)