├── .DS_Store ├── .vscode └── settings.json ├── README.md ├── icns ├── .DS_Store ├── citylights.icns ├── citylights_option_2.icns ├── citylights_option_3.icns ├── classic_1984_mac.icns ├── cobalt2.icns ├── dracula.icns ├── dracula_option_2.icns ├── dracula_option_3.icns ├── dracula_option_4.icns ├── levelup.icns ├── oceanic_next.icns ├── sublime.icns ├── synthwave.icns ├── synthwave_option_2.icns ├── synthwave_option_3.icns ├── synthwave_option_4.icns ├── synthwave_option_5.icns └── synthwave_option_6.icns ├── ico ├── citylights.ico ├── citylights_option_2.ico ├── citylights_option_3.ico ├── classic_1984_mac.ico ├── cobalt2.ico ├── dracula.ico ├── dracula_option_2.ico ├── dracula_option_3.ico ├── dracula_option_4.ico ├── levelup.ico ├── oceanic_next.ico ├── sublime.ico ├── synthwave.ico ├── synthwave_option_2.ico ├── synthwave_option_3.ico ├── synthwave_option_4.ico ├── synthwave_option_5.ico └── synthwave_option_6.ico ├── images ├── drag-drop.png ├── get-info.png └── hero.png ├── legacy v1.0 ├── .DS_Store ├── README.md ├── icns │ ├── city-lights.icns │ ├── cobalt2.icns │ ├── dracula.icns │ ├── material.icns │ ├── monokai-pro.icns │ └── palenight.icns ├── ico │ ├── city-lights.ico │ ├── cobalt2.ico │ ├── dracula.ico │ ├── material.ico.ico │ ├── monokai-pro.ico │ └── palenight.ico └── png │ ├── city-lights.png │ ├── cobalt2.png │ ├── dracula.png │ ├── material.png │ ├── monokai-pro.png │ └── palenight.png └── png ├── citylights.png ├── citylights_option_2.png ├── citylights_option_3.png ├── classic_1984_mac.png ├── cobalt2.png ├── dracula.png ├── dracula_option_2.png ├── dracula_option_3.png ├── dracula_option_4.png ├── levelup.png ├── oceanic_next.png ├── sublime.png ├── synthwave.png ├── synthwave_option_2.png ├── synthwave_option_3.png ├── synthwave_option_4.png ├── synthwave_option_5.png └── synthwave_option_6.png /.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dhanishgajjar/terminal-icons/fe7efa876a6c2a221caa3123d73f4a629c222405/.DS_Store -------------------------------------------------------------------------------- /.vscode/settings.json: -------------------------------------------------------------------------------- 1 | { 2 | "gitdoc.enabled": false 3 | } -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | 2 | 3 | A fun little project for custom Terminal Icons. I don't want to disable SIP and try to change the default macOS terminal icon. But these work great! with Hyper or iTerm. 4 | 5 | ### Also checkout the [Visual Studio Code Icons Project](https://github.com/dhanishgajjar/vscode-icons). 6 | 7 | #### Vintage Apple Macintosh 1984 8 | 9 | Classic 1984 Mac 10 | 11 | #### Based on the Popular Themes 12 | 13 | Hovering on them will reveal the names, and clicking them will take you to the theme pages. 14 | 15 | Cobalt 2 16 | 17 | #### Based on the Popular Apps 18 | 19 | 20 | 21 | --- 22 | 23 | ## How to Install 24 | 25 | **Mac OS:** 26 | 27 | From the Applications folder, right click on the Hyper / iTerm or any other third party terminal App and select `Get Info` 28 | 29 | 30 | 31 | Once the Info panel is open, simply drag and drop the .icns file you want on the top left corner. 32 | 33 | 34 | 35 | **Windows:** 36 | 37 | Right click on the shortcut App Icon, select properties and then shortcut tab and then `change icon` button. 38 | 39 | **Linux:** 40 | 41 | Just change the icon path in the file at `/var/lib/snapd/desktop/applications/code_code.desktop`. 42 | 43 | This file path may be different for your system, you can find the path through `locate code_code.desktop`. 44 | 45 | --- 46 | 47 | You can get in touch with me at Twitter: [@dhanishgajjar](https://twitter.com/dhanishgajjar) 48 | I post awesome stuff at Instagram: [@dhanishgajjar](https://instagram.com/dhanishgajjar) 49 | -------------------------------------------------------------------------------- /icns/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dhanishgajjar/terminal-icons/fe7efa876a6c2a221caa3123d73f4a629c222405/icns/.DS_Store -------------------------------------------------------------------------------- /icns/citylights.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dhanishgajjar/terminal-icons/fe7efa876a6c2a221caa3123d73f4a629c222405/icns/citylights.icns -------------------------------------------------------------------------------- /icns/citylights_option_2.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dhanishgajjar/terminal-icons/fe7efa876a6c2a221caa3123d73f4a629c222405/icns/citylights_option_2.icns -------------------------------------------------------------------------------- /icns/citylights_option_3.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dhanishgajjar/terminal-icons/fe7efa876a6c2a221caa3123d73f4a629c222405/icns/citylights_option_3.icns -------------------------------------------------------------------------------- /icns/classic_1984_mac.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dhanishgajjar/terminal-icons/fe7efa876a6c2a221caa3123d73f4a629c222405/icns/classic_1984_mac.icns -------------------------------------------------------------------------------- /icns/cobalt2.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dhanishgajjar/terminal-icons/fe7efa876a6c2a221caa3123d73f4a629c222405/icns/cobalt2.icns -------------------------------------------------------------------------------- /icns/dracula.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dhanishgajjar/terminal-icons/fe7efa876a6c2a221caa3123d73f4a629c222405/icns/dracula.icns -------------------------------------------------------------------------------- /icns/dracula_option_2.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dhanishgajjar/terminal-icons/fe7efa876a6c2a221caa3123d73f4a629c222405/icns/dracula_option_2.icns -------------------------------------------------------------------------------- /icns/dracula_option_3.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dhanishgajjar/terminal-icons/fe7efa876a6c2a221caa3123d73f4a629c222405/icns/dracula_option_3.icns -------------------------------------------------------------------------------- /icns/dracula_option_4.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dhanishgajjar/terminal-icons/fe7efa876a6c2a221caa3123d73f4a629c222405/icns/dracula_option_4.icns -------------------------------------------------------------------------------- /icns/levelup.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dhanishgajjar/terminal-icons/fe7efa876a6c2a221caa3123d73f4a629c222405/icns/levelup.icns -------------------------------------------------------------------------------- /icns/oceanic_next.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dhanishgajjar/terminal-icons/fe7efa876a6c2a221caa3123d73f4a629c222405/icns/oceanic_next.icns -------------------------------------------------------------------------------- /icns/sublime.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dhanishgajjar/terminal-icons/fe7efa876a6c2a221caa3123d73f4a629c222405/icns/sublime.icns -------------------------------------------------------------------------------- /icns/synthwave.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dhanishgajjar/terminal-icons/fe7efa876a6c2a221caa3123d73f4a629c222405/icns/synthwave.icns -------------------------------------------------------------------------------- /icns/synthwave_option_2.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dhanishgajjar/terminal-icons/fe7efa876a6c2a221caa3123d73f4a629c222405/icns/synthwave_option_2.icns -------------------------------------------------------------------------------- /icns/synthwave_option_3.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dhanishgajjar/terminal-icons/fe7efa876a6c2a221caa3123d73f4a629c222405/icns/synthwave_option_3.icns -------------------------------------------------------------------------------- /icns/synthwave_option_4.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dhanishgajjar/terminal-icons/fe7efa876a6c2a221caa3123d73f4a629c222405/icns/synthwave_option_4.icns -------------------------------------------------------------------------------- /icns/synthwave_option_5.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dhanishgajjar/terminal-icons/fe7efa876a6c2a221caa3123d73f4a629c222405/icns/synthwave_option_5.icns -------------------------------------------------------------------------------- /icns/synthwave_option_6.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dhanishgajjar/terminal-icons/fe7efa876a6c2a221caa3123d73f4a629c222405/icns/synthwave_option_6.icns -------------------------------------------------------------------------------- /ico/citylights.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dhanishgajjar/terminal-icons/fe7efa876a6c2a221caa3123d73f4a629c222405/ico/citylights.ico -------------------------------------------------------------------------------- /ico/citylights_option_2.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dhanishgajjar/terminal-icons/fe7efa876a6c2a221caa3123d73f4a629c222405/ico/citylights_option_2.ico -------------------------------------------------------------------------------- /ico/citylights_option_3.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dhanishgajjar/terminal-icons/fe7efa876a6c2a221caa3123d73f4a629c222405/ico/citylights_option_3.ico -------------------------------------------------------------------------------- /ico/classic_1984_mac.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dhanishgajjar/terminal-icons/fe7efa876a6c2a221caa3123d73f4a629c222405/ico/classic_1984_mac.ico -------------------------------------------------------------------------------- /ico/cobalt2.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dhanishgajjar/terminal-icons/fe7efa876a6c2a221caa3123d73f4a629c222405/ico/cobalt2.ico -------------------------------------------------------------------------------- /ico/dracula.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dhanishgajjar/terminal-icons/fe7efa876a6c2a221caa3123d73f4a629c222405/ico/dracula.ico -------------------------------------------------------------------------------- /ico/dracula_option_2.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dhanishgajjar/terminal-icons/fe7efa876a6c2a221caa3123d73f4a629c222405/ico/dracula_option_2.ico -------------------------------------------------------------------------------- /ico/dracula_option_3.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dhanishgajjar/terminal-icons/fe7efa876a6c2a221caa3123d73f4a629c222405/ico/dracula_option_3.ico -------------------------------------------------------------------------------- /ico/dracula_option_4.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dhanishgajjar/terminal-icons/fe7efa876a6c2a221caa3123d73f4a629c222405/ico/dracula_option_4.ico -------------------------------------------------------------------------------- /ico/levelup.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dhanishgajjar/terminal-icons/fe7efa876a6c2a221caa3123d73f4a629c222405/ico/levelup.ico -------------------------------------------------------------------------------- /ico/oceanic_next.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dhanishgajjar/terminal-icons/fe7efa876a6c2a221caa3123d73f4a629c222405/ico/oceanic_next.ico -------------------------------------------------------------------------------- /ico/sublime.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dhanishgajjar/terminal-icons/fe7efa876a6c2a221caa3123d73f4a629c222405/ico/sublime.ico -------------------------------------------------------------------------------- /ico/synthwave.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dhanishgajjar/terminal-icons/fe7efa876a6c2a221caa3123d73f4a629c222405/ico/synthwave.ico -------------------------------------------------------------------------------- /ico/synthwave_option_2.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dhanishgajjar/terminal-icons/fe7efa876a6c2a221caa3123d73f4a629c222405/ico/synthwave_option_2.ico -------------------------------------------------------------------------------- /ico/synthwave_option_3.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dhanishgajjar/terminal-icons/fe7efa876a6c2a221caa3123d73f4a629c222405/ico/synthwave_option_3.ico -------------------------------------------------------------------------------- /ico/synthwave_option_4.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dhanishgajjar/terminal-icons/fe7efa876a6c2a221caa3123d73f4a629c222405/ico/synthwave_option_4.ico -------------------------------------------------------------------------------- /ico/synthwave_option_5.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dhanishgajjar/terminal-icons/fe7efa876a6c2a221caa3123d73f4a629c222405/ico/synthwave_option_5.ico -------------------------------------------------------------------------------- /ico/synthwave_option_6.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dhanishgajjar/terminal-icons/fe7efa876a6c2a221caa3123d73f4a629c222405/ico/synthwave_option_6.ico -------------------------------------------------------------------------------- /images/drag-drop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dhanishgajjar/terminal-icons/fe7efa876a6c2a221caa3123d73f4a629c222405/images/drag-drop.png -------------------------------------------------------------------------------- /images/get-info.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dhanishgajjar/terminal-icons/fe7efa876a6c2a221caa3123d73f4a629c222405/images/get-info.png -------------------------------------------------------------------------------- /images/hero.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dhanishgajjar/terminal-icons/fe7efa876a6c2a221caa3123d73f4a629c222405/images/hero.png -------------------------------------------------------------------------------- /legacy v1.0/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dhanishgajjar/terminal-icons/fe7efa876a6c2a221caa3123d73f4a629c222405/legacy v1.0/.DS_Store -------------------------------------------------------------------------------- /legacy v1.0/README.md: -------------------------------------------------------------------------------- 1 | Icons for your favorite Terminal Apps like [Hyper](https://hyper.is) or [iTerm](http://www.iterm2.com) 2 | ========================================================= 3 | 4 | Like Visual Studio Code? Checkout https://github.com/dhanishgajjar/vscode-icons 5 | 6 | ### Dracula by [@zenorocha](https://github.com/zenorocha) 7 | 8 | 9 | 10 | ### Cobalt2 by [@wesbos](https://github.com/wesbos) 11 | 12 | Cobalt 2 13 | 14 | ### Monokai Pro by [@Monokai](https://github.com/Monokai) 15 | 16 | Monokai Pro themed iTerm icon 17 | 18 | ### Material by [@reactuserakash](https://github.com/reactuserakash) 19 | 20 | Material UI themed iTerm icon 21 | 22 | ### City Lights by [@donovanroubos](https://github.com/donovanroubos) 23 | 24 | City Lights UI themed iTerm icon 25 | 26 | ### Palenight by [@equinusocio](https://github.com/equinusocio) - icon by [@rodrigore](https://github.com/rodrigore) 27 | 28 | Palenight UI themed iTerm icon 29 | 30 | ## How to Contribute 31 | 32 | - Download the sample icon sketch file. Change the colors and create your icon, without changing any dimensions. 33 | - Select the artboard and export a `svg` file. 34 | - Select the artboard again and export a `png` file, but @0.25x (256 x 256) 35 | - Download the [Image2Icon](http://www.img2icnsapp.com) App 36 | - Drop the svg as source and export a .ICNS for macOS 37 | - If you can afford pay for in-app purchases, so you can also export to .ico. If not then find an alternative way to create a .ico file from a `svg` 38 | - Send pull request for icon files only, DO NOT commit the sample sketch icon file 39 | 40 | ## How to Install 41 | 42 | **Mac OS:** 43 | 44 | Easiest way to change the icons is by using https://freemacsoft.net/liteicon/. Just Drag and Drop the custom icon and hit `Apply Changes`. 45 | 46 | Copy the `.icns` file you'd like to use. Find the application you're trying to adjust in your Applications folder, right click the icon and select `Get Info`. Click the icon in the top right corner so that a blue highlight appears around it. `⌘ + V` to paste the new icon in. It may take a few restarts of your terminal application for the icon to take. 47 | 48 | If for some reason that doesn't work, then dragging the `.icns` to the icon (in the top left) of the info pane, until you see the green plus sign and then dropping it works. 49 | 50 | **Windows:** 51 | 52 | Right click on the shortcut App Icon, select properties and then shortcut tab and then `change icon` button. 53 | 54 | **Linux:** 55 | 56 | I think this works, but not sure https://bluesabre.org/projects/menulibre/ 57 | 58 | *Gnome3* 59 | 60 | This example installs the `cobalt2` variant. Replace `cobalt2.png` with `dracula.png` for the dracula icon. Replace `cobalt2.png` with `monokai-pro.png` for the Monokai Pro icon. 61 | ```bash 62 | $ xdg-icon-resource install --novendor --size 128 ./linux/cobalt2.png 63 | ``` 64 | 65 | Update the icon for the application you wish to use it with. This file is most likely in `/usr/share/applications/` or `~/.local/share/applications` and ends with `.desktop`. For example, I have replaced deepin-terminal icon with the cobalt2 icon. 66 | 67 | * edit (sudo) `/usr/share/applications/deepin-terminal.desktop` 68 | * modify `Icon=deepin-terminal` -> `Icon=cobalt2` 69 | * save/exit 70 | 71 | > You may have to restart your desktop environment 72 | 73 | --- 74 | 75 | You can get in touch with me at Twitter: [@dhanishgajjar](https://twitter.com/dhanishgajjar) 76 | 77 | I post awesome stuff at 78 | Instagram: [@dhanishgajjar](https://instagram.com/dhanishgajjar) 79 | -------------------------------------------------------------------------------- /legacy v1.0/icns/city-lights.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dhanishgajjar/terminal-icons/fe7efa876a6c2a221caa3123d73f4a629c222405/legacy v1.0/icns/city-lights.icns -------------------------------------------------------------------------------- /legacy v1.0/icns/cobalt2.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dhanishgajjar/terminal-icons/fe7efa876a6c2a221caa3123d73f4a629c222405/legacy v1.0/icns/cobalt2.icns -------------------------------------------------------------------------------- /legacy v1.0/icns/dracula.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dhanishgajjar/terminal-icons/fe7efa876a6c2a221caa3123d73f4a629c222405/legacy v1.0/icns/dracula.icns -------------------------------------------------------------------------------- /legacy v1.0/icns/material.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dhanishgajjar/terminal-icons/fe7efa876a6c2a221caa3123d73f4a629c222405/legacy v1.0/icns/material.icns -------------------------------------------------------------------------------- /legacy v1.0/icns/monokai-pro.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dhanishgajjar/terminal-icons/fe7efa876a6c2a221caa3123d73f4a629c222405/legacy v1.0/icns/monokai-pro.icns -------------------------------------------------------------------------------- /legacy v1.0/icns/palenight.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dhanishgajjar/terminal-icons/fe7efa876a6c2a221caa3123d73f4a629c222405/legacy v1.0/icns/palenight.icns -------------------------------------------------------------------------------- /legacy v1.0/ico/city-lights.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dhanishgajjar/terminal-icons/fe7efa876a6c2a221caa3123d73f4a629c222405/legacy v1.0/ico/city-lights.ico -------------------------------------------------------------------------------- /legacy v1.0/ico/cobalt2.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dhanishgajjar/terminal-icons/fe7efa876a6c2a221caa3123d73f4a629c222405/legacy v1.0/ico/cobalt2.ico -------------------------------------------------------------------------------- /legacy v1.0/ico/dracula.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dhanishgajjar/terminal-icons/fe7efa876a6c2a221caa3123d73f4a629c222405/legacy v1.0/ico/dracula.ico -------------------------------------------------------------------------------- /legacy v1.0/ico/material.ico.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dhanishgajjar/terminal-icons/fe7efa876a6c2a221caa3123d73f4a629c222405/legacy v1.0/ico/material.ico.ico -------------------------------------------------------------------------------- /legacy v1.0/ico/monokai-pro.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dhanishgajjar/terminal-icons/fe7efa876a6c2a221caa3123d73f4a629c222405/legacy v1.0/ico/monokai-pro.ico -------------------------------------------------------------------------------- /legacy v1.0/ico/palenight.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dhanishgajjar/terminal-icons/fe7efa876a6c2a221caa3123d73f4a629c222405/legacy v1.0/ico/palenight.ico -------------------------------------------------------------------------------- /legacy v1.0/png/city-lights.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dhanishgajjar/terminal-icons/fe7efa876a6c2a221caa3123d73f4a629c222405/legacy v1.0/png/city-lights.png -------------------------------------------------------------------------------- /legacy v1.0/png/cobalt2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dhanishgajjar/terminal-icons/fe7efa876a6c2a221caa3123d73f4a629c222405/legacy v1.0/png/cobalt2.png -------------------------------------------------------------------------------- /legacy v1.0/png/dracula.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dhanishgajjar/terminal-icons/fe7efa876a6c2a221caa3123d73f4a629c222405/legacy v1.0/png/dracula.png -------------------------------------------------------------------------------- /legacy v1.0/png/material.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dhanishgajjar/terminal-icons/fe7efa876a6c2a221caa3123d73f4a629c222405/legacy v1.0/png/material.png -------------------------------------------------------------------------------- /legacy v1.0/png/monokai-pro.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dhanishgajjar/terminal-icons/fe7efa876a6c2a221caa3123d73f4a629c222405/legacy v1.0/png/monokai-pro.png -------------------------------------------------------------------------------- /legacy v1.0/png/palenight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dhanishgajjar/terminal-icons/fe7efa876a6c2a221caa3123d73f4a629c222405/legacy v1.0/png/palenight.png -------------------------------------------------------------------------------- /png/citylights.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dhanishgajjar/terminal-icons/fe7efa876a6c2a221caa3123d73f4a629c222405/png/citylights.png -------------------------------------------------------------------------------- /png/citylights_option_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dhanishgajjar/terminal-icons/fe7efa876a6c2a221caa3123d73f4a629c222405/png/citylights_option_2.png -------------------------------------------------------------------------------- /png/citylights_option_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dhanishgajjar/terminal-icons/fe7efa876a6c2a221caa3123d73f4a629c222405/png/citylights_option_3.png -------------------------------------------------------------------------------- /png/classic_1984_mac.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dhanishgajjar/terminal-icons/fe7efa876a6c2a221caa3123d73f4a629c222405/png/classic_1984_mac.png -------------------------------------------------------------------------------- /png/cobalt2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dhanishgajjar/terminal-icons/fe7efa876a6c2a221caa3123d73f4a629c222405/png/cobalt2.png -------------------------------------------------------------------------------- /png/dracula.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dhanishgajjar/terminal-icons/fe7efa876a6c2a221caa3123d73f4a629c222405/png/dracula.png -------------------------------------------------------------------------------- /png/dracula_option_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dhanishgajjar/terminal-icons/fe7efa876a6c2a221caa3123d73f4a629c222405/png/dracula_option_2.png -------------------------------------------------------------------------------- /png/dracula_option_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dhanishgajjar/terminal-icons/fe7efa876a6c2a221caa3123d73f4a629c222405/png/dracula_option_3.png -------------------------------------------------------------------------------- /png/dracula_option_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dhanishgajjar/terminal-icons/fe7efa876a6c2a221caa3123d73f4a629c222405/png/dracula_option_4.png -------------------------------------------------------------------------------- /png/levelup.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dhanishgajjar/terminal-icons/fe7efa876a6c2a221caa3123d73f4a629c222405/png/levelup.png -------------------------------------------------------------------------------- /png/oceanic_next.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dhanishgajjar/terminal-icons/fe7efa876a6c2a221caa3123d73f4a629c222405/png/oceanic_next.png -------------------------------------------------------------------------------- /png/sublime.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dhanishgajjar/terminal-icons/fe7efa876a6c2a221caa3123d73f4a629c222405/png/sublime.png -------------------------------------------------------------------------------- /png/synthwave.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dhanishgajjar/terminal-icons/fe7efa876a6c2a221caa3123d73f4a629c222405/png/synthwave.png -------------------------------------------------------------------------------- /png/synthwave_option_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dhanishgajjar/terminal-icons/fe7efa876a6c2a221caa3123d73f4a629c222405/png/synthwave_option_2.png -------------------------------------------------------------------------------- /png/synthwave_option_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dhanishgajjar/terminal-icons/fe7efa876a6c2a221caa3123d73f4a629c222405/png/synthwave_option_3.png -------------------------------------------------------------------------------- /png/synthwave_option_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dhanishgajjar/terminal-icons/fe7efa876a6c2a221caa3123d73f4a629c222405/png/synthwave_option_4.png -------------------------------------------------------------------------------- /png/synthwave_option_5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dhanishgajjar/terminal-icons/fe7efa876a6c2a221caa3123d73f4a629c222405/png/synthwave_option_5.png -------------------------------------------------------------------------------- /png/synthwave_option_6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dhanishgajjar/terminal-icons/fe7efa876a6c2a221caa3123d73f4a629c222405/png/synthwave_option_6.png --------------------------------------------------------------------------------