diff options
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | previews/jb-fleet.svg | 25 |
2 files changed, 26 insertions, 1 deletions
@@ -36,8 +36,8 @@ Theme | Preview [`github_dark`](colors/github_dark.lua?raw=1) | ![github_dark_preview](previews/github_dark.svg) [`github-dark-dimmed`](colors/github-dark-dimmed.lua?raw=1) | ![duotone_preview](previews/github-dark-dimmed.svg) [`gruvbox_dark`](colors/gruvbox_dark.lua?raw=1) | ![gruvbox_dark_preview](previews/gruvbox_dark.svg) +[`jb-fleet`](colors/jb-fleet.lua?raw=1) | ![jb-fleet_preview](previews/jb-fleet.svg) [`jellybeans`](colors/jellybeans.lua?raw=1) | ![jellybeans_preview](previews/jellybeans.svg) -[`jetbrains fleet`](colors/vsc-jb-fleet-colors.lua?raw=1) | ![jetrbrains fleet_preview](previews/vsc-jb-fleet-colors.svg) [`liqube`](colors/liqube.lua?raw=1) | ![liqube_preview](previews/liqube.svg) [`mariana`](colors/mariana.lua?raw=1) | ![mariana_preview](previews/mariana.svg) [`monodark`](colors/monodark.lua?raw=1) | ![monodark_preview](previews/monodark.svg) diff --git a/previews/jb-fleet.svg b/previews/jb-fleet.svg new file mode 100644 index 0000000..b72b523 --- /dev/null +++ b/previews/jb-fleet.svg @@ -0,0 +1,25 @@ +<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="8.695652173913" height="16" fill="rgb(24, 24, 24)"></rect> +<rect x="8.695652173913" width="8.695652173913" height="16" fill="rgb(38, 38, 38)"></rect> +<rect x="17.391304347826" width="8.695652173913" height="16" fill="rgb(41, 41, 41)"></rect> +<rect x="26.086956521739" width="8.695652173913" height="16" fill="rgb(49, 49, 49)"></rect> +<rect x="34.782608695652" width="8.695652173913" height="16" fill="rgb(54, 54, 54)"></rect> +<rect x="43.478260869565" width="8.695652173913" height="16" fill="rgb(58, 58, 58)"></rect> +<rect x="52.173913043478" width="8.695652173913" height="16" fill="rgb(27, 65, 116)"></rect> +<rect x="60.869565217391" width="8.695652173913" height="16" fill="rgb(83, 83, 83)"></rect> +<rect x="69.565217391304" width="8.695652173913" height="16" fill="rgb(109, 109, 109)"></rect> +<rect x="78.260869565217" width="8.695652173913" height="16" fill="rgb(253, 72, 131)"></rect> +<rect x="86.95652173913" width="8.695652173913" height="16" fill="rgb(88, 166, 255)"></rect> +<rect x="95.652173913043" width="8.695652173913" height="16" fill="rgb(127, 205, 192)"></rect> +<rect x="104.34782608696" width="8.695652173913" height="16" fill="rgb(121, 214, 197)"></rect> +<rect x="113.04347826087" width="8.695652173913" height="16" fill="rgb(240, 116, 180)"></rect> +<rect x="121.73913043478" width="8.695652173913" height="16" fill="rgb(192, 142, 203)"></rect> +<rect x="130.4347826087" width="8.695652173913" height="16" fill="rgb(238, 175, 131)"></rect> +<rect x="139.13043478261" width="8.695652173913" height="16" fill="rgb(247, 198, 106)"></rect> +<rect x="147.82608695652" width="8.695652173913" height="16" fill="rgb(187, 187, 187)"></rect> +<rect x="156.52173913043" width="8.695652173913" height="16" fill="rgb(170, 160, 247)"></rect> +<rect x="165.21739130435" width="8.695652173913" height="16" fill="rgb(135, 195, 255)"></rect> +<rect x="173.91304347826" width="8.695652173913" height="16" fill="rgb(175, 156, 255)"></rect> +<rect x="182.60869565217" width="8.695652173913" height="16" fill="rgb(201, 209, 217)"></rect> +<rect x="191.30434782609" width="8.695652173913" height="16" fill="rgb(230, 230, 230)"></rect> +</svg>
\ No newline at end of file |