diff --git a/androidstudio/settings.jar b/androidstudio/settings.jar deleted file mode 100644 index 4387da0..0000000 Binary files a/androidstudio/settings.jar and /dev/null differ diff --git a/intellij/GapStyle.jar b/intellij/GapStyle.jar deleted file mode 100644 index 55bef77..0000000 Binary files a/intellij/GapStyle.jar and /dev/null differ diff --git a/intellij_androidstudio/GapStyle.jar b/intellij_androidstudio/GapStyle.jar new file mode 100644 index 0000000..52daa1f Binary files /dev/null and b/intellij_androidstudio/GapStyle.jar differ diff --git a/intellij_androidstudio/GapStyle/META-INF/plugin.xml b/intellij_androidstudio/GapStyle/META-INF/plugin.xml new file mode 100755 index 0000000..d89266b --- /dev/null +++ b/intellij_androidstudio/GapStyle/META-INF/plugin.xml @@ -0,0 +1,29 @@ + + color.scheme.GapStyle + GapStyle Color Scheme + 1.4 + Gary Lo + + + <p>GapStyle is designed base on default Intellij Color(Darcula) with Monokai.</p> + <p>You should feel comfortable if you are using default intellij(Darcula) or Sublime Text(default) color scheme.</p> + <ul> + <li><b>Objective 1:</b>Optimize languages' color schemes to boost productivity on reading/writing code (Especially the language your are not familiar)</li> + <li><b>Objective 2:</b>Quickly learn similar syntax with a universal designed color across different languages. </li> + <li><b>Supported Languages:</b>Kotlin, Java, Swift, Scala, Javascript, Go, Android Logcat, Android Native (C / C++), HTML, CSS, PHP</li> + </ul> + + + + + + + + com.intellij.modules.lang + + + + + diff --git a/intellij_androidstudio/GapStyle/colors/GapStyle.xml b/intellij_androidstudio/GapStyle/colors/GapStyle.xml new file mode 100755 index 0000000..1de6ad0 --- /dev/null +++ b/intellij_androidstudio/GapStyle/colors/GapStyle.xml @@ -0,0 +1,1332 @@ + + + 2018-03-25T17:19:13 + idea + 2017.3.2.0.0 + 2018-03-25T17:19:53 + GapStyle + + diff --git a/intellij/README.md b/intellij_androidstudio/README.md similarity index 100% rename from intellij/README.md rename to intellij_androidstudio/README.md