-
-
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.
- Loading branch information
Showing
6 changed files
with
1,361 additions
and
0 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
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 |
---|---|---|
@@ -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> | ||
<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> | ||
</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> |
Oops, something went wrong.