Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 17 days 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 5 years ago)
- Default Branch: master
- Last Pushed: 2024-07-02T09:44:49.000Z (4 months ago)
- Last Synced: 2024-10-10T18:49:46.269Z (about 1 month 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: 64
- Watchers: 7
- Forks: 13
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Indent-Rainbow
[![Plugin version](https://img.shields.io/jetbrains/plugin/v/13308-indent-rainbow.svg)](https://plugins.jetbrains.com/plugin/13308-indent-rainbow)
[![Plugin downloads](https://img.shields.io/jetbrains/plugin/d/13308-indent-rainbow.svg)](https://plugins.jetbrains.com/plugin/13308-indent-rainbow)
[![GitHub issues](https://img.shields.io/github/issues/dima74/intellij-indent-rainbow)](https://github.com/dima74/intellij-indent-rainbow/issues)
[![Build](https://github.com/dima74/intellij-indent-rainbow/actions/workflows/build.yml/badge.svg)](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)
![Example](https://raw.githubusercontent.com/dima74/intellij-indent-rainbow/master/assets/example_16_10.png)
## 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
![Settings page](https://raw.githubusercontent.com/dima74/intellij-indent-rainbow/master/assets/settings.png)
## 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).