Skip to content

Commit

Permalink
better monokai theme and one darj
Browse files Browse the repository at this point in the history
  • Loading branch information
mallowigi committed Sep 6, 2017
1 parent 928dd98 commit eb6c174
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 7 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -81,13 +81,13 @@ jacocoTestReport {

intellij {
pluginName 'Material Theme'
version ideaVersion
version '172.4155.24'
type 'IU'
downloadSources false
sameSinceUntilBuild true
alternativeIdePath idePath
updateSinceUntilBuild = false
plugins = ['com.jetbrains.php:172.3317.83', 'yaml','properties', 'CSS', 'JavaScriptLanguage', 'com.jetbrains.twig:172' +
plugins = ['com.jetbrains.php:172.4155.25', 'yaml','properties', 'CSS', 'JavaScriptLanguage', 'com.jetbrains.twig:172' +
'.2827.17', 'Pythonid:2017.2.172.3317.93']

// systemProperty "idea.platform.prefix","DataGrip"
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#Thu Aug 31 09:19:22 IDT 2017
#Wed Sep 06 11:32:34 IDT 2017
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
Expand Down
9 changes: 5 additions & 4 deletions src/main/java/com/chrisrm/idea/themes/MonokaiTheme.java
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,9 @@ protected String[] getSecondBorderResources() {
protected String[] getTableSelectedResources() {
return new String[] {
"Table.selectionBackground",
"Button.mt.background",
"Button.darcula.selection.color1",
"Button.darcula.selection.color2",
"Button.mt.selection.color1",
"MemoryIndicator.unusedColor"
};
}
Expand Down Expand Up @@ -207,8 +209,6 @@ protected String[] getSecondaryBackgroundResources() {
"TextArea.selectionForeground",
"Button.darcula.selection.color1",
"Button.darcula.selection.color2",
"Button.mt.color1",
"Button.mt.selection.color1",
"List.background",
"material.disabled"
};
Expand All @@ -223,7 +223,8 @@ protected String[] getCaretResources() {
@Override
protected String[] getInactiveResources() {
return new String[] {

"Button.mt.background",
"Button.mt.color1",
};
}

Expand Down
1 change: 1 addition & 0 deletions src/main/java/com/chrisrm/idea/themes/OneDarkTheme.java
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,7 @@ protected String[] getHighlightResources() {
"Focus.color",
"TextField.separatorColor",
"ProgressBar.halfColor",
"CheckBox.darcula.inactiveFillColor",
"MemoryIndicator.usedColor"
};
}
Expand Down

0 comments on commit eb6c174

Please sign in to comment.