Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/victorhqc/color-indent
Use colors to show in a non intrusive manner different indentation levels.
https://github.com/victorhqc/color-indent
atom atom-package
Last synced: about 2 months ago
JSON representation
Use colors to show in a non intrusive manner different indentation levels.
- Host: GitHub
- URL: https://github.com/victorhqc/color-indent
- Owner: victorhqc
- License: mit
- Created: 2017-10-19T13:21:50.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-02-11T04:10:09.000Z (almost 3 years ago)
- Last Synced: 2024-10-15T09:22:47.205Z (2 months ago)
- Topics: atom, atom-package
- Language: JavaScript
- Homepage:
- Size: 165 KB
- Stars: 12
- Watchers: 1
- Forks: 1
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# color-indent
![Build Status](https://img.shields.io/circleci/project/github/victorhqc/color-indent/master.svg) ![License](https://img.shields.io/apm/l/color-indent.svg) ![Version](https://img.shields.io/apm/v/color-indent.svg) ![Downloads](https://img.shields.io/apm/dm/color-indent.svg)Use colors to show in a non intrusive manner different indentation levels.
![Color Indent](https://i.imgur.com/5HmsYHQ.png)
## Installation
You can install via `apm`:
```sh
apm install color-indent
```Or, just search for `color-indent` inside Atom's package panel.
## Features
I once saw something like this some years ago. Unfortunately I don't remember where, but since I
always wanted it, I'm building it now.- Choose your own color.
- Use a custom width.
- Choose identation depth.## Usage
Just type and see how the tabulation color is filled.![Color Indent animation](https://i.imgur.com/RfDGOyQ.gif)
Choose a custom color
![Custom color](https://i.imgur.com/bID1oSf.gif)
You can also toggle the colors if you need to deactivate it or reactivate it quickly.
Go to the Atom Command Palette and choose `color-indent: toggle`.