# A11Y Dark

This is the Pygments implementation of a11y-dark from [Eric Bailey's
accessible themes for syntax
highlighting](https://github.com/ericwbailey/a11y-syntax-highlighting)

![Screenshot of the a11y-dark theme in a bash script](./images/a11y-dark.png)

## Colors

Background color: ![#2b2b2b](https://via.placeholder.com/20/2b2b2b/2b2b2b.png) `#2b2b2b`

Highlight color: ![#ffd9002e](https://via.placeholder.com/20/ffd9002e/ffd9002e.png) `#ffd9002e`

**WCAG compliance**

| Color                                             | Hex       | Ratio    | Normal text | Large text |
| ------------------------------------------------- | --------- | -------- | ----------- | ---------- |
| ![#d4d0ab](../../a11y_pygments/assets/d4d0ab.png) | `#d4d0ab` | 9.0 : 1  | AAA         | AAA        |
| ![#ffa07a](../../a11y_pygments/assets/ffa07a.png) | `#ffa07a` | 7.1 : 1  | AAA         | AAA        |
| ![#f5ab35](../../a11y_pygments/assets/f5ab35.png) | `#f5ab35` | 7.3 : 1  | AAA         | AAA        |
| ![#ffd700](../../a11y_pygments/assets/ffd700.png) | `#ffd700` | 10.1 : 1 | AAA         | AAA        |
| ![#abe338](../../a11y_pygments/assets/abe338.png) | `#abe338` | 9.3 : 1  | AAA         | AAA        |
| ![#00e0e0](../../a11y_pygments/assets/00e0e0.png) | `#00e0e0` | 8.6 : 1  | AAA         | AAA        |
| ![#dcc6e0](../../a11y_pygments/assets/dcc6e0.png) | `#dcc6e0` | 8.9 : 1  | AAA         | AAA        |
| ![#f8f8f2](../../a11y_pygments/assets/f8f8f2.png) | `#f8f8f2` | 13.3 : 1 | AAA         | AAA        |
