Skip to content

Commit

Permalink
support C/C++. closes #1
Browse files Browse the repository at this point in the history
  • Loading branch information
gaplo917 committed May 3, 2018
1 parent b7aadf0 commit 44fdcf4
Show file tree
Hide file tree
Showing 6 changed files with 1,361 additions and 0 deletions.
Binary file removed androidstudio/settings.jar
Binary file not shown.
Binary file removed intellij/GapStyle.jar
Binary file not shown.
Binary file added intellij_androidstudio/GapStyle.jar
Binary file not shown.
29 changes: 29 additions & 0 deletions intellij_androidstudio/GapStyle/META-INF/plugin.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
<idea-plugin>
<id>color.scheme.GapStyle</id>
<name>GapStyle Color Scheme</name>
<version>1.4</version>
<vendor email="[email protected]" url="https://github.com/gaplo917/GapStyle">Gary Lo</vendor>

<description>
&lt;p&gt;GapStyle is designed base on default Intellij Color(Darcula) with Monokai.&lt;/p&gt;
&lt;p&gt;You should feel comfortable if you are using default intellij(Darcula) or Sublime Text(default) color scheme.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;b&gt;Objective 1:&lt;/b&gt;Optimize languages' color schemes to boost productivity on reading/writing code (Especially the language your are not familiar)&lt;/li&gt;
&lt;li&gt;&lt;b&gt;Objective 2:&lt;/b&gt;Quickly learn similar syntax with a universal designed color across different languages. &lt;/li&gt;
&lt;li&gt;&lt;b&gt;Supported Languages:&lt;/b&gt;Kotlin, Java, Swift, Scala, Javascript, Go, Android Logcat, Android Native (C / C++), HTML, CSS, PHP&lt;/li&gt;
&lt;/ul&gt;
</description>

<change-notes><![CDATA[
update description, support C/C++
]]>
</change-notes>

<idea-version since-build="173.0"/>

<depends>com.intellij.modules.lang</depends>

<extensions defaultExtensionNs="com.intellij">
<bundledColorScheme path="/colors/GapStyle"/>
</extensions>
</idea-plugin>
Loading

0 comments on commit 44fdcf4

Please sign in to comment.