diff options
| author | tong <tong@disktree.net> | 2020-02-14 12:08:45 +0100 |
|---|---|---|
| committer | tong <tong@disktree.net> | 2020-02-14 12:08:45 +0100 |
| commit | 974311b2b4e8d8fede7054db137d6c9f4408b15d (patch) | |
| tree | 0b3aeef9d91c9012fa5316ecaa46e42409886f77 | |
| parent | 7377cb451556064bdc916fb25cbaa086e10aca44 (diff) | |
add misc vim palettes
| -rw-r--r-- | themes/gotham.svg | 13 | ||||
| -rw-r--r-- | themes/isotope.svg | 13 | ||||
| -rw-r--r-- | themes/muzieca-mono.svg | 13 | ||||
| -rw-r--r-- | themes/zenburn.svg | 13 |
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 |
