diff options
author | Adam <adamdharrison@gmail.com> | 2023-10-10 16:42:54 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-10 16:42:54 -0400 |
commit | 985c3dd11ca2e8ad5c1dd797ac3da8d2d8238477 (patch) | |
tree | 9fce8b8433362260aba7fe980481d2b6ba41322e /previews | |
parent | 3c9753416961ce86094eb4bf812d1f352cf7ff7b (diff) | |
parent | 1b3322156d8d0fd87185148a49fd13bad8ab539a (diff) | |
download | lite-xl-colors-985c3dd11ca2e8ad5c1dd797ac3da8d2d8238477.tar.gz lite-xl-colors-985c3dd11ca2e8ad5c1dd797ac3da8d2d8238477.zip |
Merge pull request #27 from chambored/flexoki
Flexoki light and dark themes
Diffstat (limited to 'previews')
-rw-r--r-- | previews/flexoki_dark.svg | 19 | ||||
-rw-r--r-- | previews/flexoki_light.svg | 17 |
2 files changed, 36 insertions, 0 deletions
diff --git a/previews/flexoki_dark.svg b/previews/flexoki_dark.svg new file mode 100644 index 0000000..b26e680 --- /dev/null +++ b/previews/flexoki_dark.svg @@ -0,0 +1,19 @@ +<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" width="11.764705882353" height="16" fill="rgb(16, 15, 15)"></rect> +<rect x="11.764705882353" width="11.764705882353" height="16" fill="rgb(28, 27, 26)"></rect> +<rect x="23.529411764706" width="11.764705882353" height="16" fill="rgb(40, 39, 38)"></rect> +<rect x="35.294117647059" width="11.764705882353" height="16" fill="rgb(52, 51, 49)"></rect> +<rect x="47.058823529412" width="11.764705882353" height="16" fill="rgb(64, 62, 60)"></rect> +<rect x="58.823529411765" width="11.764705882353" height="16" fill="rgb(102, 128, 11)"></rect> +<rect x="70.588235294118" width="11.764705882353" height="16" fill="rgb(87, 86, 83)"></rect> +<rect x="82.352941176471" width="11.764705882353" height="16" fill="rgb(175, 48, 41)"></rect> +<rect x="94.117647058824" width="11.764705882353" height="16" fill="rgb(36, 131, 123)"></rect> +<rect x="105.88235294118" width="11.764705882353" height="16" fill="rgb(188, 82, 21)"></rect> +<rect x="117.64705882353" width="11.764705882353" height="16" fill="rgb(32, 94, 166)"></rect> +<rect x="129.41176470588" width="11.764705882353" height="16" fill="rgb(173, 131, 1)"></rect> +<rect x="141.17647058824" width="11.764705882353" height="16" fill="rgb(94, 64, 157)"></rect> +<rect x="152.94117647059" width="11.764705882353" height="16" fill="rgb(111, 110, 105)"></rect> +<rect x="164.70588235294" width="11.764705882353" height="16" fill="rgb(135, 133, 128)"></rect> +<rect x="176.47058823529" width="11.764705882353" height="16" fill="rgb(206, 205, 195)"></rect> +<rect x="188.23529411765" width="11.764705882353" height="16" fill="rgb(218, 216, 206)"></rect> +</svg>
\ No newline at end of file diff --git a/previews/flexoki_light.svg b/previews/flexoki_light.svg new file mode 100644 index 0000000..7c532be --- /dev/null +++ b/previews/flexoki_light.svg @@ -0,0 +1,17 @@ +<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" width="13.333333333333" height="16" fill="rgb(28, 27, 26)"></rect> +<rect x="13.333333333333" width="13.333333333333" height="16" fill="rgb(111, 110, 105)"></rect> +<rect x="26.666666666667" width="13.333333333333" height="16" fill="rgb(135, 154, 57)"></rect> +<rect x="40" width="13.333333333333" height="16" fill="rgb(209, 77, 65)"></rect> +<rect x="53.333333333333" width="13.333333333333" height="16" fill="rgb(218, 112, 44)"></rect> +<rect x="66.666666666667" width="13.333333333333" height="16" fill="rgb(58, 169, 159)"></rect> +<rect x="80" width="13.333333333333" height="16" fill="rgb(67, 133, 190)"></rect> +<rect x="93.333333333333" width="13.333333333333" height="16" fill="rgb(208, 162, 21)"></rect> +<rect x="106.66666666667" width="13.333333333333" height="16" fill="rgb(139, 126, 200)"></rect> +<rect x="120" width="13.333333333333" height="16" fill="rgb(183, 181, 172)"></rect> +<rect x="133.33333333333" width="13.333333333333" height="16" fill="rgb(206, 205, 195)"></rect> +<rect x="146.66666666667" width="13.333333333333" height="16" fill="rgb(218, 216, 206)"></rect> +<rect x="160" width="13.333333333333" height="16" fill="rgb(230, 228, 217)"></rect> +<rect x="173.33333333333" width="13.333333333333" height="16" fill="rgb(242, 240, 229)"></rect> +<rect x="186.66666666667" width="13.333333333333" height="16" fill="rgb(255, 252, 240)"></rect> +</svg>
\ No newline at end of file |