-
-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 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
Showing
4 changed files
with
324 additions
and
84 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> | ||
<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> | ||
<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> | ||
|
||
|
Oops, something went wrong.