diff options
| -rw-r--r-- | themes/zxspectrum.svg | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/themes/zxspectrum.svg b/themes/zxspectrum.svg new file mode 100644 index 0000000..f47caae --- /dev/null +++ b/themes/zxspectrum.svg @@ -0,0 +1,13 @@ +<svg width="96px" height="64px" xmlns="http://www.w3.org/2000/svg" baseProfile="full" version="1.1"> + <!-- Foreground --> + <rect width='96' height='64' id='background' fill='#000000'></rect> + <circle cx='24' cy='24' r='8' id='f_high' fill='#00f92f'></circle> + <circle cx='40' cy='24' r='8' id='f_med' fill='#fffc36'></circle> + <circle cx='56' cy='24' r='8' id='f_low' fill='#ff331c'></circle> + <circle cx='72' cy='24' r='8' id='f_inv' fill='#002bfb'></circle> + <!-- Background --> + <circle cx='24' cy='40' r='8' id='b_high' fill='#ffffff'></circle> + <circle cx='40' cy='40' r='8' id='b_med' fill='#00fbfe '></circle> + <circle cx='56' cy='40' r='8' id='b_low' fill='#00c7c9'></circle> + <circle cx='72' cy='40' r='8' id='b_inv' fill='#cacaca'></circle> +</svg>
\ No newline at end of file |
