Skip to content

Commit

Permalink
Fix #6
Browse files Browse the repository at this point in the history
* Add Ruby Support
* Fix parent theme is not Darcula causing not supported language always not work
* Fix CoffeeScript, Cucumber, HarsiCorp color
* [Experimental] Using explicit naming `GapStyle 2.1` to fix color scheme not updating
  • Loading branch information
gaplo917 committed Dec 16, 2018
1 parent 854745f commit e249941
Show file tree
Hide file tree
Showing 4 changed files with 324 additions and 84 deletions.
Binary file removed intellij_androidstudio/GapStyle.jar
Binary file not shown.
38 changes: 24 additions & 14 deletions intellij_androidstudio/GapStyle/META-INF/plugin.xml
Original file line number Diff line number Diff line change
@@ -1,24 +1,34 @@
<idea-plugin>
<id>color.scheme.GapStyle</id>
<name>GapStyle Color Scheme</name>
<version>2.0</version>
<version>2.1</version>
<vendor email="[email protected]" url="https://github.com/gaplo917/GapStyle">Gary Lo</vendor>

<description>
&lt;p&gt;GapStyle is designed base on key theme color of 'Darcula' and 'Monokai'.&lt;/p&gt;
&lt;p&gt;GapStyle is a productivity-oriented color scheme with a list of supported languages.&lt;/p&gt;
&lt;p&gt;Each supported language is tailor made and carefully tuned with rationale.&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, Python, Android Logcat, Android Native (C / C++), SQL, HTML, CSS, PHP&lt;/li&gt;
&lt;/ul&gt;
</description>
<description><![CDATA[
<p>GapStyle is designed base on key theme color of 'Darcula' and 'Monokai'.</p>
<p>GapStyle is a productivity-oriented color scheme with a list of supported languages.</p>
<p>Each supported language is tailor made and carefully tuned with rationale.</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, Python, Android Logcat, Android Native (C / C++), SQL, HTML, CSS, PHP</li>
</ul>
]]></description>

<change-notes><![CDATA[
Completely remove color inheritance for better compatibility.
Fix HTML & Java & Kotlin keyword color is damaged by color inheritance.
Kotlin Smart cast styling enhancement.
<h1>2.1</h1>
<ul>
<li>Add Ruby Support</li>
<li>Fix parent theme is not Darcula causing not supported language always not work</li>
<li>Fix CoffeeScript, Cucumber, HarsiCorp color</li>
<li>[Experimental] Using explicit naming `GapStyle 2.1` to fix color scheme not updating</li>
</ul>
<h1>2.0</h1>
<ul>
<li>Completely remove color inheritance for better compatibility.</li>
<li>Fix HTML & Java & Kotlin keyword color is damaged by color inheritance.</li>
<li>Kotlin Smart cast styling enhancement.</li>
</ul>
]]>
</change-notes>

Expand Down
Loading

0 comments on commit e249941

Please sign in to comment.