diff options
author | VannRR <92082133+VannRR@users.noreply.github.com> | 2023-09-12 22:24:40 -0700 |
---|---|---|
committer | VannRR <92082133+VannRR@users.noreply.github.com> | 2023-09-12 22:24:40 -0700 |
commit | 547e00c776115ac9a89f179fc501ff295f2fcf9d (patch) | |
tree | 6a83a0de0c3ba63d490145557b4af880c1434e67 /previews | |
parent | 000e6aa9f8068e436db54c7b9ab6a6f7ff2c0ecf (diff) | |
download | lite-xl-colors-547e00c776115ac9a89f179fc501ff295f2fcf9d.tar.gz lite-xl-colors-547e00c776115ac9a89f179fc501ff295f2fcf9d.zip |
Add solarized_dark theme
Diffstat (limited to 'previews')
-rw-r--r-- | previews/solarized_dark.svg | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/previews/solarized_dark.svg b/previews/solarized_dark.svg new file mode 100644 index 0000000..3e05437 --- /dev/null +++ b/previews/solarized_dark.svg @@ -0,0 +1,13 @@ +<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="18.181818181818" height="16" fill="rgb(0, 43, 54)"></rect> +<rect x="18.181818181818" width="18.181818181818" height="16" fill="rgb(7, 54, 66)"></rect> +<rect x="36.363636363636" width="18.181818181818" height="16" fill="rgb(35, 66, 74)"></rect> +<rect x="54.545454545455" width="18.181818181818" height="16" fill="rgb(48, 74, 80)"></rect> +<rect x="72.727272727273" width="18.181818181818" height="16" fill="rgb(70, 83, 86)"></rect> +<rect x="90.909090909091" width="18.181818181818" height="16" fill="rgb(133, 153, 0)"></rect> +<rect x="109.09090909091" width="18.181818181818" height="16" fill="rgb(88, 110, 117)"></rect> +<rect x="127.27272727273" width="18.181818181818" height="16" fill="rgb(42, 161, 152)"></rect> +<rect x="145.45454545455" width="18.181818181818" height="16" fill="rgb(38, 139, 210)"></rect> +<rect x="163.63636363636" width="18.181818181818" height="16" fill="rgb(211, 54, 130)"></rect> +<rect x="181.81818181818" width="18.181818181818" height="16" fill="rgb(147, 161, 161)"></rect> +</svg>
\ No newline at end of file |