├── README.md ├── big-with-text.png ├── big.png ├── discord-corrupt.png ├── discord-oss.png ├── discord.png ├── logo.png ├── square-dark.png └── square-light.png /README.md: -------------------------------------------------------------------------------- 1 | # Neofetch Branding 2 | 3 | ![](big.png) 4 | ![](big-with-text.png) 5 | ![](discord-corrupt.png) 6 | ![](discord-oss.png) 7 | ![](discord.png) 8 | ![](logo.png) 9 | ![](square-dark.png) 10 | ![](square-light.png) 11 | -------------------------------------------------------------------------------- /big-with-text.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/neofetch-branding/c5573ed3e7212cb05a88d4f9bb0f2f753f4eacd2/big-with-text.png -------------------------------------------------------------------------------- /big.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/neofetch-branding/c5573ed3e7212cb05a88d4f9bb0f2f753f4eacd2/big.png -------------------------------------------------------------------------------- /discord-corrupt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/neofetch-branding/c5573ed3e7212cb05a88d4f9bb0f2f753f4eacd2/discord-corrupt.png -------------------------------------------------------------------------------- /discord-oss.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/neofetch-branding/c5573ed3e7212cb05a88d4f9bb0f2f753f4eacd2/discord-oss.png -------------------------------------------------------------------------------- /discord.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/neofetch-branding/c5573ed3e7212cb05a88d4f9bb0f2f753f4eacd2/discord.png -------------------------------------------------------------------------------- /logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/neofetch-branding/c5573ed3e7212cb05a88d4f9bb0f2f753f4eacd2/logo.png -------------------------------------------------------------------------------- /square-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/neofetch-branding/c5573ed3e7212cb05a88d4f9bb0f2f753f4eacd2/square-dark.png -------------------------------------------------------------------------------- /square-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/neofetch-branding/c5573ed3e7212cb05a88d4f9bb0f2f753f4eacd2/square-light.png --------------------------------------------------------------------------------