From 04acce62a23a7d3dde1cc0de619218d82f54c7f2 Mon Sep 17 00:00:00 2001 From: d1nuc0m <72998205+d1nuc0m@users.noreply.github.com> Date: Sat, 7 Sep 2024 16:22:05 +0200 Subject: [PATCH] docs: add color schemes preview to README Adds color schemes preview in table Closes #48 --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 39fd613..123483c 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,16 @@ risotto uses the [base16 framework](https://github.com/chriskempson/base16) to d A selection of 16 palettes (10 dark, 6 light) are bundled with the theme: `apprentice`, `base16-dark`, `base16-light`, `dracula`, `gruvbox-dark`, `gruvbox-light`, `material`, `papercolor-dark`, `papercolor-light`, `solarized-dark`, `solarized-light`, `tender`, `tokyo-night-dark`, `tokyo-night-light`, `windows-95` and `windows-95-light`. The default is `base16-dark`. - +| Palette | Preview | Palette | Preview | +| ----------------- | -------------------------------------------------------------------------- | ----------------- | --------------------------------------------------------------------------- | +| apprentice | | base16-dark | | +| base16-light | | dracula | | +| gruvbox-dark | | gruvbox-light | | +| material | | papercolor-dark | | +| papercolor-light | | solarized-dark | | +| solarized-light | | tender | | +| tokyo-night-dark | | tokyo-night-light | | +| windows-95 | | windows-95-light | | The easiest way to use other base16 styles is to place .css file from https://github.com/monicfenga/base16-styles/tree/master/css-variables and place it in your `static/css/palettes` directory.