Skip to content

Commit eb6c174

Browse files
committed
better monokai theme and one darj
1 parent 928dd98 commit eb6c174

File tree

4 files changed

+9
-7
lines changed

4 files changed

+9
-7
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,13 +81,13 @@ jacocoTestReport {
8181

8282
intellij {
8383
pluginName 'Material Theme'
84-
version ideaVersion
84+
version '172.4155.24'
8585
type 'IU'
8686
downloadSources false
8787
sameSinceUntilBuild true
8888
alternativeIdePath idePath
8989
updateSinceUntilBuild = false
90-
plugins = ['com.jetbrains.php:172.3317.83', 'yaml','properties', 'CSS', 'JavaScriptLanguage', 'com.jetbrains.twig:172' +
90+
plugins = ['com.jetbrains.php:172.4155.25', 'yaml','properties', 'CSS', 'JavaScriptLanguage', 'com.jetbrains.twig:172' +
9191
'.2827.17', 'Pythonid:2017.2.172.3317.93']
9292

9393
// systemProperty "idea.platform.prefix","DataGrip"

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#Thu Aug 31 09:19:22 IDT 2017
1+
#Wed Sep 06 11:32:34 IDT 2017
22
distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME

src/main/java/com/chrisrm/idea/themes/MonokaiTheme.java

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,9 @@ protected String[] getSecondBorderResources() {
174174
protected String[] getTableSelectedResources() {
175175
return new String[] {
176176
"Table.selectionBackground",
177-
"Button.mt.background",
177+
"Button.darcula.selection.color1",
178+
"Button.darcula.selection.color2",
179+
"Button.mt.selection.color1",
178180
"MemoryIndicator.unusedColor"
179181
};
180182
}
@@ -207,8 +209,6 @@ protected String[] getSecondaryBackgroundResources() {
207209
"TextArea.selectionForeground",
208210
"Button.darcula.selection.color1",
209211
"Button.darcula.selection.color2",
210-
"Button.mt.color1",
211-
"Button.mt.selection.color1",
212212
"List.background",
213213
"material.disabled"
214214
};
@@ -223,7 +223,8 @@ protected String[] getCaretResources() {
223223
@Override
224224
protected String[] getInactiveResources() {
225225
return new String[] {
226-
226+
"Button.mt.background",
227+
"Button.mt.color1",
227228
};
228229
}
229230

src/main/java/com/chrisrm/idea/themes/OneDarkTheme.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,7 @@ protected String[] getHighlightResources() {
153153
"Focus.color",
154154
"TextField.separatorColor",
155155
"ProgressBar.halfColor",
156+
"CheckBox.darcula.inactiveFillColor",
156157
"MemoryIndicator.usedColor"
157158
};
158159
}

0 commit comments

Comments
 (0)