aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDevine Lu Linvega <aliceffekt@gmail.com>2020-02-14 08:32:31 -0500
committerGitHub <noreply@github.com>2020-02-14 08:32:31 -0500
commitd08a3d5ed02b9925e76627a4a7b11855185978dc (patch)
tree0b3aeef9d91c9012fa5316ecaa46e42409886f77
parent7377cb451556064bdc916fb25cbaa086e10aca44 (diff)
parent974311b2b4e8d8fede7054db137d6c9f4408b15d (diff)
Merge pull request #44 from tong/new-palettes
add misc vim palettes
-rw-r--r--themes/gotham.svg13
-rw-r--r--themes/isotope.svg13
-rw-r--r--themes/muzieca-mono.svg13
-rw-r--r--themes/zenburn.svg13
4 files changed, 52 insertions, 0 deletions
diff --git a/themes/gotham.svg b/themes/gotham.svg
new file mode 100644
index 0000000..d532ea4
--- /dev/null
+++ b/themes/gotham.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='#0A0F14'></rect>
+ <!-- Foreground -->
+ <circle cx='24' cy='24' r='8' id='f_high' fill='#98D1CE'></circle>
+ <circle cx='40' cy='24' r='8' id='f_med' fill='#EDB54B'></circle>
+ <circle cx='56' cy='24' r='8' id='f_low' fill='#C33027'></circle>
+ <circle cx='72' cy='24' r='8' id='f_inv' fill='#000D18'></circle>
+ <!-- Background -->
+ <circle cx='24' cy='40' r='8' id='b_high' fill='#093748'></circle>
+ <circle cx='40' cy='40' r='8' id='b_med' fill='#081F2D'></circle>
+ <circle cx='56' cy='40' r='8' id='b_low' fill='#10151B'></circle>
+ <circle cx='72' cy='40' r='8' id='b_inv' fill='#8FAF9F'></circle>
+</svg> \ No newline at end of file
diff --git a/themes/isotope.svg b/themes/isotope.svg
new file mode 100644
index 0000000..77d95a4
--- /dev/null
+++ b/themes/isotope.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='#000000'></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='#33FF00'></circle>
+ <circle cx='56' cy='24' r='8' id='f_low' fill='#FF0099'></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='#505050'></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='#000000'></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/muzieca-mono.svg b/themes/muzieca-mono.svg
new file mode 100644
index 0000000..9142939
--- /dev/null
+++ b/themes/muzieca-mono.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='#090909'></rect>
+ <!-- Foreground -->
+ <circle cx='24' cy='24' r='8' id='f_high' fill='#818181'></circle>
+ <circle cx='40' cy='24' r='8' id='f_med' fill='#707070'></circle>
+ <circle cx='56' cy='24' r='8' id='f_low' fill='#595959'></circle>
+ <circle cx='72' cy='24' r='8' id='f_inv' fill='#272727'></circle>
+ <!-- Background -->
+ <circle cx='24' cy='40' r='8' id='b_high' fill='#272727'></circle>
+ <circle cx='40' cy='40' r='8' id='b_med' fill='#181818'></circle>
+ <circle cx='56' cy='40' r='8' id='b_low' fill='#111111'></circle>
+ <circle cx='72' cy='40' r='8' id='b_inv' fill='#818181'></circle>
+</svg> \ No newline at end of file
diff --git a/themes/zenburn.svg b/themes/zenburn.svg
new file mode 100644
index 0000000..3813e4d
--- /dev/null
+++ b/themes/zenburn.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='#464646'></rect>
+ <!-- Foreground -->
+ <circle cx='24' cy='24' r='8' id='f_high' fill='#DCDCCC'></circle>
+ <circle cx='40' cy='24' r='8' id='f_med' fill='#DCA3A3'></circle>
+ <circle cx='56' cy='24' r='8' id='f_low' fill='#7F9F7F'></circle>
+ <circle cx='72' cy='24' r='8' id='f_inv' fill='#000D18'></circle>
+ <!-- Background -->
+ <circle cx='24' cy='40' r='8' id='b_high' fill='#262626'></circle>
+ <circle cx='40' cy='40' r='8' id='b_med' fill='#333333'></circle>
+ <circle cx='56' cy='40' r='8' id='b_low' fill='#3F3F3F'></circle>
+ <circle cx='72' cy='40' r='8' id='b_inv' fill='#8FAF9F'></circle>
+</svg> \ No newline at end of file