diff options
-rw-r--r-- | README.md | 1 | ||||
-rw-r--r-- | previews/focus.svg | 21 |
2 files changed, 22 insertions, 0 deletions
@@ -56,6 +56,7 @@ do not bother modifying it.* | [`duotone`](colors/duotone.lua?raw=1) | ![duotone_preview](previews/duotone.svg) | | [`everforest`](colors/everforest.lua?raw=1) | ![everforest_preview](previews/everforest.svg) | | [`flexoki_dark`](colors/flexoki_dark.lua?raw=1) | ![flexoki_dark_preview](previews/flexoki_dark.svg) | +| [`focus`](colors/focus.lua?raw=1) | ![focus_preview](previews/focus.svg) | | [`github-dark-dimmed`](colors/github-dark-dimmed.lua?raw=1) | ![github-dark-dimmed_preview](previews/github-dark-dimmed.svg) | | [`github_dark`](colors/github_dark.lua?raw=1) | ![github_dark_preview](previews/github_dark.svg) | | [`gruvbox_dark`](colors/gruvbox_dark.lua?raw=1) | ![gruvbox_dark_preview](previews/gruvbox_dark.svg) | diff --git a/previews/focus.svg b/previews/focus.svg new file mode 100644 index 0000000..eded398 --- /dev/null +++ b/previews/focus.svg @@ -0,0 +1,21 @@ +<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="200" height="16" shape-rendering="crispEdges"> +<rect x="0.0" width="10.526315789474" height="16" fill="rgb(16, 25, 31)"></rect> +<rect x="10.526315789474" width="10.526315789474" height="16" fill="rgb(21, 33, 42)"></rect> +<rect x="21.052631578947" width="10.526315789474" height="16" fill="rgb(24, 38, 47)"></rect> +<rect x="31.578947368421" width="10.526315789474" height="16" fill="rgb(31, 47, 58)"></rect> +<rect x="42.105263157895" width="10.526315789474" height="16" fill="rgb(33, 51, 63)"></rect> +<rect x="52.631578947368" width="10.526315789474" height="16" fill="rgb(28, 68, 73)"></rect> +<rect x="63.157894736842" width="10.526315789474" height="16" fill="rgb(84, 94, 112)"></rect> +<rect x="73.684210526316" width="10.526315789474" height="16" fill="rgb(38, 178, 178)"></rect> +<rect x="84.210526315789" width="10.526315789474" height="16" fill="rgb(234, 89, 100)"></rect> +<rect x="94.736842105263" width="10.526315789474" height="16" fill="rgb(135, 145, 157)"></rect> +<rect x="105.26315789474" width="10.526315789474" height="16" fill="rgb(51, 204, 204)"></rect> +<rect x="115.78947368421" width="10.526315789474" height="16" fill="rgb(130, 170, 163)"></rect> +<rect x="126.31578947368" width="10.526315789474" height="16" fill="rgb(230, 125, 116)"></rect> +<rect x="136.84210526316" width="10.526315789474" height="16" fill="rgb(212, 188, 125)"></rect> +<rect x="147.36842105263" width="10.526315789474" height="16" fill="rgb(224, 173, 130)"></rect> +<rect x="157.89473684211" width="10.526315789474" height="16" fill="rgb(214, 153, 181)"></rect> +<rect x="168.42105263158" width="10.526315789474" height="16" fill="rgb(208, 197, 169)"></rect> +<rect x="178.94736842105" width="10.526315789474" height="16" fill="rgb(191, 201, 219)"></rect> +<rect x="189.47368421053" width="10.526315789474" height="16" fill="rgb(255, 255, 255)"></rect> +</svg>
\ No newline at end of file |