diff --git a/README.md b/README.md index 4455e15..f6d9ecd 100644 --- a/README.md +++ b/README.md @@ -1,28 +1,26 @@ # GapStyle - Being Productive Beyond Your Status Quo. -The world-first\* productivity-oriented color scheme for intelliJ, VSCode to fill the gap -between programming languages and human. +The world-first\* productivity-oriented color scheme for intelliJ, VSCode to fill the gap between programming languages +and human.

-GapStyle is a **_world-first_\*** **_productivity-oriented_** and -**_semantic-highlighting-driven_** designed color scheme that -**_[each supported language](#actively-maintain-language)_** is tailored with -**_[rich colors while maintaining a comfortable contrast](#gapstyle-specification)_** to -help developers boost reading and writing speed in different programming languages. +GapStyle is a **_world-first_\*** **_productivity-oriented_** and **_semantic-highlighting-driven_** designed color +scheme that **_[each supported language](#actively-maintain-language)_** is tailored with +**_[rich colors while maintaining a comfortable contrast](#gapstyle-specification)_** to help developers boost reading +and writing speed in different programming languages. -\* The world-first color scheme uses color affinity design to boost developers' -productivity by representing semantically similar syntax, i.e. class, abstract class, and -interface in Kotlin, Java, Scala, etc. See -[GapStyle Specification](https://github.com/gaplo917/GapStyle/tree/master/spec#color-palette) +\* The world-first color scheme uses affinitive color platte design to boost developers' productivity by using +similar colors to represent semantically similar syntax, i.e. class, abstract class, and interface in Kotlin, Java, +Scala, etc. See [GapStyle Specification](https://github.com/gaplo917/GapStyle/tree/master/spec#color-palette) ## Objectives -- Optimize languages' color schemes to boost reading and writing speed on different - languages. (Especially the language you are not familiar) +- Optimize languages' color schemes to boost reading and writing speed on different languages. (Especially the language + you are not familiar) - Quickly learn similar syntax with a universal designed color across different languages - Spot errors before program execution diff --git a/intellij/GapStyle/META-INF/plugin.xml b/intellij/GapStyle/META-INF/plugin.xml index ab8412c..173a6d8 100755 --- a/intellij/GapStyle/META-INF/plugin.xml +++ b/intellij/GapStyle/META-INF/plugin.xml @@ -1,7 +1,7 @@ color.scheme.GapStyle GapStyle Color Scheme - 4.0 + 4.1 Gary Lo Being Productive Beyond Your Status Quo. @@ -16,10 +16,20 @@
  • Objective 2: Quickly learn similar syntax with a universal designed color across different languages.
  • Supported Languages: Kotlin, Java, Swift, Dart, Rust, Scala, Javascript, Typescript, Go, Python, R, Android Logcat, Android Native (C / C++), Objective-C, SQL, HTML, CSS, PHP, Ruby, Erlang, Elixir
  • -

    * 'world-first' color scheme uses color affinity concept to boost developers' productivity by representing semantically similar syntax, i.e. class, abstract class, and interface in Java.

    +

    * 'world-first' color scheme uses affinitive color platte design to boost developers' productivity by using similar colors to represent semantically similar syntax, i.e. class, abstract class, and interface in Java.

    ]]>
    4.1 +

    Being Productive Beyond Your Status Quo. Bring your productive experience further from GapStyle 3.1.

    +
      +
    • [All] Enhance reassign variables style to
    • +
    • [Elixir] Enhance Elixir styles
    • +
    • [C++] Enhance Elixir styles
    • +
    • [Python] Fix Python build-in variables color (regression)
    • +
    • Add new plugin icon for branding
    • +
    • GapStyle VS 2.0 (VS Code support is available!)
    • +

    4.0

    Being Productive Beyond Your Status Quo. Bring your productive experience further from GapStyle 3.1.

      diff --git a/intellij/GapStyle/colors/GapStyle.xml b/intellij/GapStyle/colors/GapStyle.xml index 6d57d75..68c176a 100755 --- a/intellij/GapStyle/colors/GapStyle.xml +++ b/intellij/GapStyle/colors/GapStyle.xml @@ -1,9 +1,9 @@ - + 2018-10-15T04:33:26 idea 2021.2.0.0 - 2021-10-24T22:28:54 + 2021-11-11T13:25:18