aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDevine Lu Linvega <aliceffekt@gmail.com>2020-09-25 09:27:08 -0700
committerGitHub <noreply@github.com>2020-09-25 09:27:08 -0700
commit79b6505f5ef1518704be1b30c2eac3f0656d925a (patch)
tree3275c8ba44ac275251015416cd324ca5b6ca9ff2
parent35386543c44b4a53e90f696c38591741d715d1b4 (diff)
parent65e52afb0d5c47978ec38d0db211c0f395c93524 (diff)
Merge pull request #52 from r14c/feature/garden-theme
add garden theme
-rw-r--r--themes/garden.svg13
1 files changed, 13 insertions, 0 deletions
diff --git a/themes/garden.svg b/themes/garden.svg
new file mode 100644
index 0000000..72dfc25
--- /dev/null
+++ b/themes/garden.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="#28211c"/>
+ <!-- Foreground -->
+ <circle cx='56' cy='24' r='8' id='f_high' fill='#ffefc9'/>
+ <circle cx='72' cy='24' r='8' id='f_med' fill='#9f9fa2'/>
+ <circle cx="40" cy="40" r="8" id="f_low" fill="#a3832c"/>
+ <circle cx="24" cy="24" r="8" id="f_inv" fill="#666666"/>
+ <!-- Background -->
+ <circle cx='40' cy='24' r='8' id='b_high' fill='#aa0000'/>
+ <circle cx="24" cy="40" r="8" id="b_med" fill="#214c05"/>
+ <circle cx="56" cy="40" r="8" id="b_low" fill="#48413a"/>
+ <circle cx="72" cy="40" r="8" id="b_inv" fill="#4cb1cf"/>
+</svg>