aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDevine Lu Linvega <aliceffekt@gmail.com>2018-11-25 12:26:57 +1200
committerDevine Lu Linvega <aliceffekt@gmail.com>2018-11-25 12:27:00 +1200
commit52609d79fb831d0c12906c2c8c82bbbd1df2223a (patch)
treecd35774cf0b8c2d7085ff4ce6ed54efaefab3bc0
parentf49f90d89c40078f3735e92679131cc0378533af (diff)
Renamed Pico -> Orca
-rw-r--r--README.md2
-rw-r--r--themes/orca.light.svg13
-rw-r--r--themes/orca.svg (renamed from themes/pico.svg)0
3 files changed, 14 insertions, 1 deletions
diff --git a/README.md b/README.md
index dcf7ffe..96d731b 100644
--- a/README.md
+++ b/README.md
@@ -97,7 +97,7 @@ Included within `theme.js`.
- [Left](https://github.com/hundredrabbits/Left), writing tool.
- [Dotgrid](https://github.com/hundredrabbits/Dotgrid), vector tool.
- [Donsol](https://github.com/hundredrabbits/Donsol), card game.
-- [Pico](https://github.com/hundredrabbits/Pico), programing language.
+- [Orca](https://github.com/hundredrabbits/Orca), programing language.
- [Paradise](https://github.com/hundredrabbits/Paradise), IF playground.
This collection may also be used with:
diff --git a/themes/orca.light.svg b/themes/orca.light.svg
new file mode 100644
index 0000000..a7d7f18
--- /dev/null
+++ b/themes/orca.light.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='#efefef'></rect>
+ <!-- Foreground -->
+ <circle cx='24' cy='24' r='8' id='f_high' fill='#aaaaaa'></circle>
+ <circle cx='40' cy='24' r='8' id='f_med' fill='#333333'></circle>
+ <circle cx='56' cy='24' r='8' id='f_low' fill='#ffffff'></circle>
+ <circle cx='72' cy='24' r='8' id='f_inv' fill='#000000'></circle>
+ <!-- Background -->
+ <circle cx='24' cy='40' r='8' id='b_high' fill='#72dec2'></circle>
+ <circle cx='40' cy='40' r='8' id='b_med' fill='#000000'></circle>
+ <circle cx='56' cy='40' r='8' id='b_low' fill='#777777'></circle>
+ <circle cx='72' cy='40' r='8' id='b_inv' fill='#ffb545'></circle>
+</svg> \ No newline at end of file
diff --git a/themes/pico.svg b/themes/orca.svg
index 4f7d7b8..4f7d7b8 100644
--- a/themes/pico.svg
+++ b/themes/orca.svg