aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDevine Lu Linvega <aliceffekt@gmail.com>2020-03-23 20:26:38 +0900
committerGitHub <noreply@github.com>2020-03-23 20:26:38 +0900
commit57b4ae078926559dae491385e6265ec21d20c45f (patch)
tree7ae0bd9d89ac1e87cf673d7ae543f57d75058b51
parenta4d6d035599b880852ebee5790d8153e4f5060fb (diff)
parent436f2ce3c59fe636b6969f4e84065796d4120231 (diff)
Merge pull request #46 from tong/new-palettes
New palettes
-rw-r--r--themes/haxe.svg13
-rw-r--r--themes/op-1.svg13
2 files changed, 26 insertions, 0 deletions
diff --git a/themes/haxe.svg b/themes/haxe.svg
new file mode 100644
index 0000000..1f19ed9
--- /dev/null
+++ b/themes/haxe.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='#141419'></rect>
+ <!-- Foreground -->
+ <circle cx='24' cy='24' r='8' id='f_high' fill='#FAB20B'></circle>
+ <circle cx='40' cy='24' r='8' id='f_med' fill='#F47216'></circle>
+ <circle cx='56' cy='24' r='8' id='f_low' fill='#F1471D'></circle>
+ <circle cx='72' cy='24' r='8' id='f_inv' fill='#141419'></circle>
+ <!-- Background -->
+ <circle cx='24' cy='40' r='8' id='b_high' fill='#141419'></circle>
+ <circle cx='40' cy='40' r='8' id='b_med' fill='#141419'></circle>
+ <circle cx='56' cy='40' r='8' id='b_low' fill='#141419'></circle>
+ <circle cx='72' cy='40' r='8' id='b_inv' fill='#FFFFFF'></circle>
+</svg> \ No newline at end of file
diff --git a/themes/op-1.svg b/themes/op-1.svg
new file mode 100644
index 0000000..b0ffa07
--- /dev/null
+++ b/themes/op-1.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='#0E0D11'></rect>
+ <!-- Foreground -->
+ <circle cx='24' cy='24' r='8' id='f_high' fill='#EFEFEF'></circle>
+ <circle cx='40' cy='24' r='8' id='f_med' fill='#26936F'></circle>
+ <circle cx='56' cy='24' r='8' id='f_low' fill='#A5435A'></circle>
+ <circle cx='72' cy='24' r='8' id='f_inv' fill='#0E0D11'></circle>
+ <!-- Background -->
+ <circle cx='24' cy='40' r='8' id='b_high' fill='#191A26'></circle>
+ <circle cx='40' cy='40' r='8' id='b_med' fill='#14151F'></circle>
+ <circle cx='56' cy='40' r='8' id='b_low' fill='#101119'></circle>
+ <circle cx='72' cy='40' r='8' id='b_inv' fill='#9F9FB3'></circle>
+</svg> \ No newline at end of file