rabbit

The Hundred Rabbits theme ecosystem brought to Nim.


Keywords
library, chroma, color, theme
License
MIT
Install
nimble install rabbit

Documentation

rabbit

nimble

nimble install rabbit

Rabbit brings the Hundred Rabbits theme ecosystem to Nim.

Usage is really simple.

import rabbit

# Load a theme!
var theme = readTheme("nord.svg")

# Get the colors!
echo theme.background
echo theme.f_high.toHtmlHex()
echo theme.b_low.toHtmlRgba()

Rabbit doesn't support the JS target, mainly because doing so would be pointless.