diff options
author | Andrey Penechko <mrsmith33@yandex.ru> | 2022-12-19 01:25:41 +0200 |
---|---|---|
committer | Andrey Penechko <mrsmith33@yandex.ru> | 2022-12-19 01:25:41 +0200 |
commit | a0eacc0d83b90005da22200561fac50520b376a5 (patch) | |
tree | 10ab890325d38e1c02baf2240f0976fb5807aa21 /previews | |
parent | b2451583149151575aafbceb04845bc0249ad7ab (diff) | |
download | lite-xl-colors-a0eacc0d83b90005da22200561fac50520b376a5.tar.gz lite-xl-colors-a0eacc0d83b90005da22200561fac50520b376a5.zip |
Fix highlight color in solarized_light.lua
Diffstat (limited to 'previews')
-rw-r--r-- | previews/solarized_light.svg | 25 |
1 files changed, 12 insertions, 13 deletions
diff --git a/previews/solarized_light.svg b/previews/solarized_light.svg index d01ae7f..cc6575c 100644 --- a/previews/solarized_light.svg +++ b/previews/solarized_light.svg @@ -1,15 +1,14 @@ <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="15.384615384615" height="16" fill="rgb(0, 43, 54)"></rect> -<rect x="15.384615384615" width="15.384615384615" height="16" fill="rgb(133, 153, 0)"></rect> -<rect x="30.769230769231" width="15.384615384615" height="16" fill="rgb(42, 161, 152)"></rect> -<rect x="46.153846153846" width="15.384615384615" height="16" fill="rgb(101, 123, 131)"></rect> -<rect x="61.538461538462" width="15.384615384615" height="16" fill="rgb(42, 161, 152)"></rect> -<rect x="76.923076923077" width="15.384615384615" height="16" fill="rgb(101, 123, 131)"></rect> -<rect x="92.307692307692" width="15.384615384615" height="16" fill="rgb(38, 139, 210)"></rect> -<rect x="107.69230769231" width="15.384615384615" height="16" fill="rgb(211, 54, 130)"></rect> -<rect x="123.07692307692" width="15.384615384615" height="16" fill="rgb(147, 161, 161)"></rect> -<rect x="138.46153846154" width="15.384615384615" height="16" fill="rgb(191, 187, 170)"></rect> -<rect x="153.84615384615" width="15.384615384615" height="16" fill="rgb(224, 219, 200)"></rect> -<rect x="169.23076923077" width="15.384615384615" height="16" fill="rgb(238, 232, 213)"></rect> -<rect x="184.61538461538" width="15.384615384615" height="16" fill="rgb(253, 246, 227)"></rect> +<rect x="0.0" width="16.666666666667" height="16" fill="rgb(0, 43, 54)"></rect> +<rect x="16.666666666667" width="16.666666666667" height="16" fill="rgb(7, 54, 66)"></rect> +<rect x="33.333333333333" width="16.666666666667" height="16" fill="rgb(133, 153, 0)"></rect> +<rect x="50.0" width="16.666666666667" height="16" fill="rgb(101, 123, 131)"></rect> +<rect x="66.666666666667" width="16.666666666667" height="16" fill="rgb(42, 161, 152)"></rect> +<rect x="83.333333333333" width="16.666666666667" height="16" fill="rgb(38, 139, 210)"></rect> +<rect x="100.0" width="16.666666666667" height="16" fill="rgb(211, 54, 130)"></rect> +<rect x="116.66666666667" width="16.666666666667" height="16" fill="rgb(147, 161, 161)"></rect> +<rect x="133.33333333333" width="16.666666666667" height="16" fill="rgb(191, 187, 170)"></rect> +<rect x="150.0" width="16.666666666667" height="16" fill="rgb(224, 219, 200)"></rect> +<rect x="166.66666666667" width="16.666666666667" height="16" fill="rgb(238, 232, 213)"></rect> +<rect x="183.33333333333" width="16.666666666667" height="16" fill="rgb(253, 246, 227)"></rect> </svg>
\ No newline at end of file |