https://github.com/gaplo917/gapstyle
The world-first* productivity-oriented color scheme for intelliJ and VSCode to fill the gap between programming languages and human.
https://github.com/gaplo917/gapstyle
android-studio appcode color-scheme gapstyle intellij pycharm xcode
Last synced: about 2 months ago
JSON representation
The world-first* productivity-oriented color scheme for intelliJ and VSCode to fill the gap between programming languages and human.
- Host: GitHub
- URL: https://github.com/gaplo917/gapstyle
- Owner: gaplo917
- License: mit
- Created: 2016-06-17T09:25:29.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2025-07-18T16:47:14.000Z (3 months ago)
- Last Synced: 2025-08-18T00:35:23.906Z (about 2 months ago)
- Topics: android-studio, appcode, color-scheme, gapstyle, intellij, pycharm, xcode
- Language: Rust
- Homepage: https://plugins.jetbrains.com/plugin/10559-gapstyle-color-scheme
- Size: 6.76 MB
- Stars: 192
- Watchers: 5
- Forks: 22
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
![]()
![]()
# GapStyle - Being Productive Beyond Your Status Quo.
GapStyle is the world's first productivity-oriented and semantic-highlighting-driven designed color
scheme.**_[Each supported language](#actively-maintain-language)_** is tailored with
**_[affinitive colors while maintaining a comfortable contrast](#gapstyle-specification)_** to help developers boost reading
and writing speed in different programming languages.GapStyle helps you to:
- Boost reading and writing speed by easily distinguishing syntax from colors and font styles. (Especially the language
you are not familiar with)
- Quickly learn similar syntax across different languages with a universal designed color
- Spot errors before program execution> [!NOTE]
> The affinitive color plate design uses similar colors to represent sematic-similar syntax, for examples:
> - `class`, `abstract class` and `interface`
> - `function parameters`, `local variables` and `instance variables`
>
> See [GapStyle Specification](https://github.com/gaplo917/GapStyle/tree/master/spec#color-palette)## Compare with default theme
#### Intellij

#### VSCode

## Actively Maintain Language
| IDE | Supported Language |
| --------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [IntelliJ](https://github.com/gaplo917/GapStyle/tree/master/intellij) | 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 |
| [VSCode](https://github.com/gaplo917/GapStyle/tree/master/vscode) | Kotlin, Java, Swift, Scala, Javascript, Typescript, C++, Go, Python, PHP, HTML, XML, JSX, CSS/SCSS/SASS |
| [XCode](https://github.com/gaplo917/GapStyle/tree/master/xcode) | Swift, Objective C |
| [Zed](https://github.com/gaplo917/GapStyle/tree/master/zed) | All languages supported by Zed Editor |## Learn More About GapStyle
### How can GapStyle boost productivity?

- [GapStyle Specification](spec/README.md#gapstyle-specification)
- [Semantic Highlighting Optimized](spec/README.md#semantic-highlighting-optimized)
- [Recommended Font](spec/README.md#recommended-font)
- [Color Palette](spec/README.md#color-palette)
- [Special Styling](spec/README.md#special-styling)
- [Special File Type](spec/README.md#special-file-type)## Installations
### Intellij - Marketplace install
Search GapStyle in Marketplace

### Intellij - Manual install
Download the latest build in [GitHub Release](https://github.com/gaplo917/GapStyle/releases)
https://github.com/user-attachments/assets/e1b5e32e-3164-447e-9dd0-6af7538bc308
### VSCode - Marketplace install
Search GapStyleVS in Marketplace

# Contribution
- See [Intellij RELEASE.md](intellij/RELEASE.md).
- See [VSCode RELEASE.md](vscode/RELEASE.md).