Last active
August 29, 2015 14:04
-
-
Save joshfinnie/c20806b4723805dc411e to your computer and use it in GitHub Desktop.
An awesome icon I found here: http://www.reddit.com/r/vim/comments/2bishy/flat_vim_icon_with_solarized_colours/
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="utf-8"?> | |
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> | |
<svg version="1.1" | |
xmlns="http://www.w3.org/2000/svg" | |
xmlns:xlink="http://www.w3.org/1999/xlink" | |
xmlns:xml="http://www.w3.org/XML/1998/namespace" | |
viewBox="0 0 1024 1024" preserveAspectRatio="xMidYMid"> | |
<style type="text/css"> | |
<![CDATA[ | |
#background{fill:#fdf6e3} | |
#gutter,.lighttext{fill:#eee8d5} | |
#vim,.darktext{fill:#839496} | |
text{font-family: | |
'SauceCodePowerline', 'Sauce Code Powerline', /* https://github.com/Lokaltog/powerline-fonts/tree/master/SourceCodePro */ | |
'SourceCodePro', 'Source Code Pro', /* https://github.com/adobe/source-code-pro */ | |
'Terminus', /* http://terminus-font.sourceforge.net/ */ | |
'Anonymous Pro', /* http://www.marksimonson.com/fonts/view/anonymous-pro */ | |
monospace /* generic fallback */} | |
#vim{font-weight:bold} | |
]]> | |
</style> | |
<metadata | |
xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns#' | |
xmlns:dc='http://purl.org/dc/elements/1.1/' | |
xmlns:cc="http://creativecommons.org/ns#"><rdf:RDF> | |
<cc:Work rdf:about=""> | |
<dc:title>VIM logo (solarized)</dc:title> | |
<dc:format>image/svg+xml</dc:format> | |
<dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> | |
<cc:license rdf:resource="http://creativecommons.org/licenses/by-sa/4.0/" /> | |
<dc:date>2014-07-21</dc:date> | |
<dc:modified>2014-07-21</dc:modified> | |
<dc:relation>http://www.reddit.com/r/vim/comments/2bishy/flat_vim_icon_with_solarized_colours/</dc:relation> | |
<dc:creator> | |
<cc:Agent> | |
<dc:title>Kootle</dc:title><!-- Original author --> | |
</cc:Agent> | |
</dc:creator> | |
<dc:creator> | |
<cc:Agent> | |
<dc:title>bilog78</dc:title><!-- Re-coded by hand from scratch to produce human-readable and -tunable SVG --> | |
</cc:Agent> | |
</dc:creator> | |
<dc:subject>vim</dc:subject> | |
<dc:subject>icon</dc:subject> | |
</cc:Work> | |
<cc:License rdf:about="http://creativecommons.org/licenses/by-sa/4.0/"> | |
<cc:permits rdf:resource="http://creativecommons.org/ns#Reproduction" /> | |
<cc:permits rdf:resource="http://creativecommons.org/ns#Distribution" /> | |
<cc:permits rdf:resource="http://creativecommons.org/ns#DerivativeWorks" /> | |
<cc:requires rdf:resource="http://creativecommons.org/ns#Attribution" /> | |
<cc:requires rdf:resource="http://creativecommons.org/ns#Notice" /> | |
<cc:requires rdf:resource="http://creativecommons.org/ns#ShareAlike" /> | |
</cc:License> | |
</rdf:RDF></metadata> | |
<clipPath id="background-clip"> | |
<rect id="background" x="12" y="12" width="1000" height="1000" rx="64" ry="64" /> | |
</clipPath> | |
<use xlink:href="#background"/> | |
<rect id="gutter" x="12" y="12" width="224" height="1000" clip-path="url(#background-clip)" /> | |
<text class="darktext" | |
font-size="192" | |
transform="translate(80,32)"> | |
<tspan x="0" y="218">1</tspan> | |
<tspan x="0" y="436">2</tspan> | |
<tspan x="0" y="654">3</tspan> | |
<tspan x="0" y="872">4</tspan> | |
</text> | |
<text class="lighttext" | |
font-size="192" | |
transform="translate(288,32)" | |
xml:space="preserve"> | |
<tspan x="0" y="218">def (</tspan> | |
<tspan x="0" y="436"> """ T</tspan> | |
<tspan x="0" y="654"> for i</tspan> | |
<tspan x="0" y="872" id="vim">iTerm</tspan> | |
</text> | |
</svg> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment