grim/hgkeeper-theme

Update the diff and file templates to use css counters for line numbers instead of injecting html elements. Also change the color for added lines to blue to help those with red-green colorblindness.
# HGKeeper Theme
This repository contains the default theme for
[HGKeeper](https://keep.imfreedom.org/grim/hgkeeper). It has been designed to
feel like a modern hosting provider.
# Prerequisites
This theme depends the
[hgkeeper-ext](https://keep.imfreedom.org/grim/hgkeeper-ext) extension for some
additional features.
# Installation
Installation is pretty straight forward. Just clone or extract this repository
to somewhere on your machine and update your `hgrc` file with the following
items.
```
[web]
templates = <path-where-you-extracted-this-repo-to>/templates
style = hgkeeper
```
This could be any `hgrc` file, the user specific one at `~/.hgrc`, a
repo specific one in `.hg/hgrc`, or an `hgrc` for an hgweb setup.
Once your `hgrc` is setup, you should be good to go!