Skip to content

Commit

Permalink
Initial import for rainbow-blocks-bg.el
Browse files Browse the repository at this point in the history
  • Loading branch information
seanirby committed Feb 21, 2016
1 parent 8335993 commit 616c3a0
Show file tree
Hide file tree
Showing 6 changed files with 191 additions and 192 deletions.
43 changes: 0 additions & 43 deletions README.markdown

This file was deleted.

31 changes: 31 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
# rainbow-blocks-bg.el

rainbow-blocks-bg is an Emacs mode that highlights the background of code blocks delimited by
parenthesis, brackets, or braces. The highlight color is determined by the blocks nesting level.

This package is a fork of the
[rainbow-blocks.el](https://github.com/istib/rainbow-blocks) package
and only applies minor patches such that the background is highlighted
rather than the foreground text.

This was just a quick hack. I'm not sure if this will be that useful
but I thought it was cool.

## Screenshots

### Light

![light-theme](/screenshots/light.png)

### Dark

![dark-theme](/screenshots/dark.png)

## Basic Installation

I'm not sure if I'll add this to MELPA but for now download the ```rainbow-blocks-bg.el``` file into your ```.emacs.d``` directory or wherever you keep external libraries. Then add this to your init file.

```
(load-file "path/to/rainbow-blocks-bg.el")
(global-rainbow-blocks-bg-mode)
```
Binary file removed elisp-blocks.png
Binary file not shown.
Loading

0 comments on commit 616c3a0

Please sign in to comment.