diff options
author | Github Actions <> | 2024-05-14 19:39:18 +0000 |
---|---|---|
committer | Github Actions <> | 2024-05-14 19:39:18 +0000 |
commit | 046773f8fc80c42779effc9ac88abe366d485367 (patch) | |
tree | 9b3157e946c5beb3a0cdd339ce1573b2af893121 | |
parent | 9e954b0eec8d193305c0e3b8e0f1440959dfd95b (diff) | |
download | lite-xl-colors-046773f8fc80c42779effc9ac88abe366d485367.tar.gz lite-xl-colors-046773f8fc80c42779effc9ac88abe366d485367.zip |
[CI] Updated README.md.
-rw-r--r-- | README.md | 1 | ||||
-rw-r--r-- | previews/everforest_light.svg | 18 |
2 files changed, 19 insertions, 0 deletions
@@ -97,6 +97,7 @@ do not bother modifying it.* | -------------------------------------------------------------- | ---------------------------------------------------------- | | [ayu-light](https://github.com/juliardi/lite-xl-ayu-theme.git) | ![ayu-light_preview](previews/ayu-light.svg) | | [catppuccin-latte](colors/catppuccin-latte.lua?raw=1) | ![catppuccin-latte_preview](previews/catppuccin-latte.svg) | +| [everforest_light](colors/everforest_light.lua?raw=1) | ![everforest_light_preview](previews/everforest_light.svg) | | [flexoki_light](colors/flexoki_light.lua?raw=1) | ![flexoki_light_preview](previews/flexoki_light.svg) | | [github](colors/github.lua?raw=1) | ![github_preview](previews/github.svg) | | [gruvbox_light](colors/gruvbox_light.lua?raw=1) | ![gruvbox_light_preview](previews/gruvbox_light.svg) | diff --git a/previews/everforest_light.svg b/previews/everforest_light.svg new file mode 100644 index 0000000..eaad70e --- /dev/null +++ b/previews/everforest_light.svg @@ -0,0 +1,18 @@ +<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="12.5" height="16" fill="rgb(141, 161, 1)"></rect> +<rect x="12.5" width="12.5" height="16" fill="rgb(92, 106, 114)"></rect> +<rect x="25.0" width="12.5" height="16" fill="rgb(53, 167, 124)"></rect> +<rect x="37.5" width="12.5" height="16" fill="rgb(223, 160, 0)"></rect> +<rect x="50.0" width="12.5" height="16" fill="rgb(58, 148, 197)"></rect> +<rect x="62.5" width="12.5" height="16" fill="rgb(130, 145, 129)"></rect> +<rect x="75.0" width="12.5" height="16" fill="rgb(147, 178, 89)"></rect> +<rect x="87.5" width="12.5" height="16" fill="rgb(248, 85, 82)"></rect> +<rect x="100.0" width="12.5" height="16" fill="rgb(147, 159, 145)"></rect> +<rect x="112.5" width="12.5" height="16" fill="rgb(166, 176, 160)"></rect> +<rect x="125.0" width="12.5" height="16" fill="rgb(223, 105, 186)"></rect> +<rect x="137.5" width="12.5" height="16" fill="rgb(190, 197, 178)"></rect> +<rect x="150.0" width="12.5" height="16" fill="rgb(232, 229, 213)"></rect> +<rect x="162.5" width="12.5" height="16" fill="rgb(237, 234, 218)"></rect> +<rect x="175.0" width="12.5" height="16" fill="rgb(248, 245, 228)"></rect> +<rect x="187.5" width="12.5" height="16" fill="rgb(255, 251, 239)"></rect> +</svg>
\ No newline at end of file |