aboutsummaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorDevine Lu Linvega <aliceffekt@gmail.com>2019-08-12 15:53:42 +0900
committerDevine Lu Linvega <aliceffekt@gmail.com>2019-08-12 15:53:44 +0900
commit80ae24b8939de395a2f307376b902c38d07c1ff7 (patch)
tree4d167476b9a7dbb251d8263b2cc028079cee5cc0 /themes
parent96b3bb543c2ff1ff3c5a47280e528e528990c211 (diff)
Added verreciel draft
Diffstat (limited to 'themes')
-rw-r--r--themes/soyuz.svg2
-rw-r--r--themes/verreciel.svg13
2 files changed, 14 insertions, 1 deletions
diff --git a/themes/soyuz.svg b/themes/soyuz.svg
index 281f7fe..e2c767c 100644
--- a/themes/soyuz.svg
+++ b/themes/soyuz.svg
@@ -1,5 +1,5 @@
<svg width="96px" height="64px" xmlns="http://www.w3.org/2000/svg" baseProfile="full" version="1.1">
- <rect width='96' height='64' id='background' fill='#222222'></rect>
+ <rect width='96' height='64' id='background' fill='#111111'></rect>
<!-- Foreground -->
<circle cx='24' cy='24' r='8' id='f_high' fill='#ffffff'></circle>
<circle cx='40' cy='24' r='8' id='f_med' fill='#999999'></circle>
diff --git a/themes/verreciel.svg b/themes/verreciel.svg
new file mode 100644
index 0000000..7d77f8e
--- /dev/null
+++ b/themes/verreciel.svg
@@ -0,0 +1,13 @@
+<svg width="96px" height="64px" xmlns="http://www.w3.org/2000/svg" baseProfile="full" version="1.1">
+ <rect width='96' height='64' id='background' fill='#ff00ff'></rect>
+ <!-- Foreground -->
+ <circle cx='24' cy='24' r='8' id='f_high' fill='#ffffff'></circle>
+ <circle cx='40' cy='24' r='8' id='f_med' fill='#555555'></circle>
+ <circle cx='56' cy='24' r='8' id='f_low' fill='#72dec2'></circle>
+ <circle cx='72' cy='24' r='8' id='f_inv' fill='#ffb545'></circle>
+ <!-- Background -->
+ <circle cx='24' cy='40' r='8' id='b_high' fill='#ff0000'></circle>
+ <circle cx='40' cy='40' r='8' id='b_med' fill='#00ff00'></circle>
+ <circle cx='56' cy='40' r='8' id='b_low' fill='#0000ff'></circle>
+ <circle cx='72' cy='40' r='8' id='b_inv' fill='#000000'></circle>
+</svg> \ No newline at end of file