https://github.com/dima74/intellij-indent-rainbow
Extension which shows indentation with a faint rainbow colored background to make them more readable
https://github.com/dima74/intellij-indent-rainbow
indent-rainbow indentation intellij intellij-plugin rainbow
Last synced: 6 months ago
JSON representation
Extension which shows indentation with a faint rainbow colored background to make them more readable
- Host: GitHub
- URL: https://github.com/dima74/intellij-indent-rainbow
- Owner: dima74
- License: gpl-3.0
- Created: 2019-09-12T17:04:19.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2025-02-01T12:37:09.000Z (9 months ago)
- Last Synced: 2025-04-02T06:48:50.840Z (7 months ago)
- Topics: indent-rainbow, indentation, intellij, intellij-plugin, rainbow
- Language: Kotlin
- Homepage: https://plugins.jetbrains.com/plugin/13308-indent-rainbow/
- Size: 1.2 MB
- Stars: 65
- Watchers: 6
- Forks: 16
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Indent-Rainbow
[](https://plugins.jetbrains.com/plugin/13308-indent-rainbow)
[](https://plugins.jetbrains.com/plugin/13308-indent-rainbow)
[](https://github.com/dima74/intellij-indent-rainbow/issues)
[](https://github.com/dima74/intellij-indent-rainbow/actions/workflows/build.yml)## A simple extension to make indentation more readable
This extension colorizes the indentation in front of your text alternating six different colors on each step.
Get it here: [JetBrains Plugins Repository](https://plugins.jetbrains.com/plugin/13308-indent-rainbow)

## Change colors
There are two options to change indent colors in `Settings | Indent Rainbow`:1. You can change indent colors opacity using corresponding slider
2. You can configure each color (the error color and six indent colors) by specifying custom color palette

## Feedback
Please welcome to submit issues and feature requests!## Acknowledgment
Our plugin was inspired by [Indent-Rainbow plugin for Visual Studio Code](https://github.com/oderwat/vscode-indent-rainbow).