├── INSTRUCTIONS.md ├── LICENSE.txt ├── README.md ├── __init__.py ├── additional_licenses ├── autopep8_license.txt ├── black_license.txt ├── clang_format_license.md ├── cython_license.txt ├── eric6_license.txt ├── feather_icons_license.txt ├── hy_license.txt ├── license_list.txt ├── nim_license.txt ├── nuitka_license.txt ├── psutil_license.txt ├── ptyprocess_license.txt ├── pyflakes_license.txt ├── pyqt_license.txt ├── pyte_license.txt ├── python_license.txt ├── pywinpty_license.txt ├── qt_license.txt ├── ruff_license.txt ├── tango_license.txt ├── universal_ctags_license.txt ├── yapf_license.txt └── zig_logo_license.txt ├── codequality.py ├── components ├── __init__.py ├── actionfilter.py ├── codequality.py ├── communicator.py ├── customstyle.py ├── fonts.py ├── gridgenerator.py ├── hexbuilder.py ├── hotspots.py ├── iconmanipulator.py ├── internals.py ├── linelist.py ├── pathwatcher.py ├── processcontroller.py ├── signaldispatcher.py └── thesquid.py ├── constants.py ├── cython ├── cython_lexer_ada.pxi ├── cython_lexer_nim.pxi ├── cython_lexer_oberon.pxi ├── cython_lexers.pxd ├── cython_lexers.pyx └── cython_setup.py ├── data.py ├── exco.py ├── filefunctions.py ├── functions.py ├── gui ├── __init__.py ├── baseeditor.py ├── contextmenu.py ├── custombuttons.py ├── customeditor.py ├── dialogs.py ├── dockingoverlay.py ├── excoinfo.py ├── externalprogram.py ├── functionwheel.py ├── hexview.py ├── mainwindow.py ├── menu.py ├── messagelogger.py ├── nimsuggest.py ├── plaineditor.py ├── replbox.py ├── replhelper.py ├── replindicator.py ├── repllineedit.py ├── sessionguimanipulator.py ├── settingsguimanipulator.py ├── stylesheets.py ├── tabwidget.py ├── templates.py ├── terminal.py ├── terminal.py.bak ├── textdiffer.py ├── thebox.py ├── themeindicator.py └── treedisplays.py ├── interpreter.py ├── lexers ├── __init__.py ├── ada.py ├── awk.py ├── baselexer.py ├── builtin.py ├── cicode.py ├── cython.py ├── functions.py ├── nim.py ├── oberon.py ├── php.py ├── python.py ├── routeros.py ├── skill.py ├── smallbasic.py ├── spice.py ├── text.py ├── treesitter.py ├── treesittermake.py ├── treesitterpython.py └── zig.py ├── libraryfunctions.py ├── nim ├── build.nims ├── nim_lexers.nim ├── nim_lexers.pyd └── old │ ├── build.py │ ├── nim_lexers.nim │ ├── nim_styling.nim │ ├── setup.py │ └── test.py ├── qt.py ├── requirements.txt ├── resources ├── animations │ └── wait.gif ├── exco-icon-win.ico ├── exco-icon.png ├── exco-info.png ├── feather │ ├── air-blue │ │ ├── activity.svg │ │ ├── airplay.svg │ │ ├── alert-circle.svg │ │ ├── alert-octagon.svg │ │ ├── alert-triangle.svg │ │ ├── align-center.svg │ │ ├── align-justify.svg │ │ ├── align-left.svg │ │ ├── align-right.svg │ │ ├── anchor.svg │ │ ├── aperture.svg │ │ ├── archive.svg │ │ ├── arrow-down-circle.svg │ │ ├── arrow-down-left.svg │ │ ├── arrow-down-right.svg │ │ ├── arrow-down.svg │ │ ├── arrow-left-circle.svg │ │ ├── arrow-left.svg │ │ ├── arrow-right-circle.svg │ │ ├── arrow-right.svg │ │ ├── arrow-up-circle.svg │ │ ├── arrow-up-left.svg │ │ ├── arrow-up-right.svg │ │ ├── arrow-up.svg │ │ ├── at-sign.svg │ │ ├── award.svg │ │ ├── bar-chart-2.svg │ │ ├── bar-chart.svg │ │ ├── battery-charging.svg │ │ ├── battery.svg │ │ ├── bell-off.svg │ │ ├── bell.svg │ │ ├── bluetooth.svg │ │ ├── bold.svg │ │ ├── book-open.svg │ │ ├── book.svg │ │ ├── bookmark.svg │ │ ├── box.svg │ │ ├── briefcase.svg │ │ ├── calendar.svg │ │ ├── camera-off.svg │ │ ├── camera.svg │ │ ├── cast.svg │ │ ├── check-circle.svg │ │ ├── check-square.svg │ │ ├── check.svg │ │ ├── chevron-down.svg │ │ ├── chevron-left.svg │ │ ├── chevron-right.svg │ │ ├── chevron-up.svg │ │ ├── chevrons-down.svg │ │ ├── chevrons-left.svg │ │ ├── chevrons-right.svg │ │ ├── chevrons-up.svg │ │ ├── chrome.svg │ │ ├── circle.svg │ │ ├── clipboard.svg │ │ ├── clock.svg │ │ ├── cloud-drizzle.svg │ │ ├── cloud-lightning.svg │ │ ├── cloud-off.svg │ │ ├── cloud-rain.svg │ │ ├── cloud-snow.svg │ │ ├── cloud.svg │ │ ├── code.svg │ │ ├── codepen.svg │ │ ├── codesandbox.svg │ │ ├── coffee.svg │ │ ├── columns.svg │ │ ├── command.svg │ │ ├── compass.svg │ │ ├── copy.svg │ │ ├── corner-down-left.svg │ │ ├── corner-down-right.svg │ │ ├── corner-left-down.svg │ │ ├── corner-left-up.svg │ │ ├── corner-right-down.svg │ │ ├── corner-right-up.svg │ │ ├── corner-up-left.svg │ │ ├── corner-up-right.svg │ │ ├── cpu.svg │ │ ├── credit-card.svg │ │ ├── crop.svg │ │ ├── crosshair.svg │ │ ├── database.svg │ │ ├── delete.svg │ │ ├── disc.svg │ │ ├── divide-circle.svg │ │ ├── divide-square.svg │ │ ├── divide.svg │ │ ├── dollar-sign.svg │ │ ├── download-cloud.svg │ │ ├── download.svg │ │ ├── dribbble.svg │ │ ├── droplet.svg │ │ ├── edit-2.svg │ │ ├── edit-3.svg │ │ ├── edit.svg │ │ ├── external-link.svg │ │ ├── eye-off.svg │ │ ├── eye.svg │ │ ├── facebook.svg │ │ ├── fast-forward.svg │ │ ├── feather.svg │ │ ├── figma.svg │ │ ├── file-minus.svg │ │ ├── file-plus.svg │ │ ├── file-text.svg │ │ ├── file.svg │ │ ├── film.svg │ │ ├── filter.svg │ │ ├── flag.svg │ │ ├── folder-minus.svg │ │ ├── folder-plus.svg │ │ ├── folder.svg │ │ ├── framer.svg │ │ ├── frown.svg │ │ ├── gift.svg │ │ ├── git-branch.svg │ │ ├── git-commit.svg │ │ ├── git-merge.svg │ │ ├── git-pull-request.svg │ │ ├── github.svg │ │ ├── gitlab.svg │ │ ├── globe.svg │ │ ├── grid.svg │ │ ├── hard-drive.svg │ │ ├── hash.svg │ │ ├── headphones.svg │ │ ├── heart.svg │ │ ├── help-circle.svg │ │ ├── hexagon.svg │ │ ├── home.svg │ │ ├── image.svg │ │ ├── inbox.svg │ │ ├── info.svg │ │ ├── instagram.svg │ │ ├── italic.svg │ │ ├── key.svg │ │ ├── layers.svg │ │ ├── layout.svg │ │ ├── life-buoy.svg │ │ ├── link-2.svg │ │ ├── link.svg │ │ ├── linkedin.svg │ │ ├── list.svg │ │ ├── loader.svg │ │ ├── lock.svg │ │ ├── log-in.svg │ │ ├── log-out.svg │ │ ├── mail.svg │ │ ├── map-pin.svg │ │ ├── map.svg │ │ ├── maximize-2.svg │ │ ├── maximize.svg │ │ ├── meh.svg │ │ ├── menu.svg │ │ ├── message-circle.svg │ │ ├── message-square.svg │ │ ├── mic-off.svg │ │ ├── mic.svg │ │ ├── minimize-2.svg │ │ ├── minimize.svg │ │ ├── minus-circle.svg │ │ ├── minus-square.svg │ │ ├── minus.svg │ │ ├── monitor.svg │ │ ├── moon.svg │ │ ├── more-horizontal.svg │ │ ├── more-vertical.svg │ │ ├── mouse-pointer.svg │ │ ├── move.svg │ │ ├── music.svg │ │ ├── navigation-2.svg │ │ ├── navigation.svg │ │ ├── octagon.svg │ │ ├── package.svg │ │ ├── paperclip.svg │ │ ├── pause-circle.svg │ │ ├── pause.svg │ │ ├── pen-tool.svg │ │ ├── percent.svg │ │ ├── phone-call.svg │ │ ├── phone-forwarded.svg │ │ ├── phone-incoming.svg │ │ ├── phone-missed.svg │ │ ├── phone-off.svg │ │ ├── phone-outgoing.svg │ │ ├── phone.svg │ │ ├── pie-chart.svg │ │ ├── play-circle.svg │ │ ├── play.svg │ │ ├── plus-circle.svg │ │ ├── plus-square.svg │ │ ├── plus.svg │ │ ├── pocket.svg │ │ ├── power.svg │ │ ├── printer.svg │ │ ├── radio.svg │ │ ├── refresh-ccw.svg │ │ ├── refresh-cw.svg │ │ ├── repeat.svg │ │ ├── rewind.svg │ │ ├── rotate-ccw.svg │ │ ├── rotate-cw.svg │ │ ├── rss.svg │ │ ├── save.svg │ │ ├── scissors.svg │ │ ├── search.svg │ │ ├── send.svg │ │ ├── server.svg │ │ ├── settings.svg │ │ ├── share-2.svg │ │ ├── share.svg │ │ ├── shield-off.svg │ │ ├── shield.svg │ │ ├── shopping-bag.svg │ │ ├── shopping-cart.svg │ │ ├── shuffle.svg │ │ ├── sidebar.svg │ │ ├── skip-back.svg │ │ ├── skip-forward.svg │ │ ├── slack.svg │ │ ├── slash.svg │ │ ├── sliders.svg │ │ ├── smartphone.svg │ │ ├── smile.svg │ │ ├── speaker.svg │ │ ├── square.svg │ │ ├── star.svg │ │ ├── stop-circle.svg │ │ ├── sun.svg │ │ ├── sunrise.svg │ │ ├── sunset.svg │ │ ├── tablet.svg │ │ ├── tag.svg │ │ ├── target.svg │ │ ├── terminal.svg │ │ ├── thermometer.svg │ │ ├── thumbs-down.svg │ │ ├── thumbs-up.svg │ │ ├── toggle-left.svg │ │ ├── toggle-right.svg │ │ ├── tool.svg │ │ ├── trash-2.svg │ │ ├── trash.svg │ │ ├── trello.svg │ │ ├── trending-down.svg │ │ ├── trending-up.svg │ │ ├── triangle.svg │ │ ├── truck.svg │ │ ├── tv.svg │ │ ├── twitch.svg │ │ ├── twitter.svg │ │ ├── type.svg │ │ ├── umbrella.svg │ │ ├── underline.svg │ │ ├── unlock.svg │ │ ├── upload-cloud.svg │ │ ├── upload.svg │ │ ├── user-check.svg │ │ ├── user-minus.svg │ │ ├── user-plus.svg │ │ ├── user-x.svg │ │ ├── user.svg │ │ ├── users.svg │ │ ├── video-off.svg │ │ ├── video.svg │ │ ├── voicemail.svg │ │ ├── volume-1.svg │ │ ├── volume-2.svg │ │ ├── volume-x.svg │ │ ├── volume.svg │ │ ├── watch.svg │ │ ├── wifi-off.svg │ │ ├── wifi.svg │ │ ├── wind.svg │ │ ├── x-circle.svg │ │ ├── x-octagon.svg │ │ ├── x-square.svg │ │ ├── x.svg │ │ ├── youtube.svg │ │ ├── zap-off.svg │ │ ├── zap.svg │ │ ├── zoom-in.svg │ │ └── zoom-out.svg │ ├── air-grey │ │ ├── activity.svg │ │ ├── airplay.svg │ │ ├── alert-circle.svg │ │ ├── alert-octagon.svg │ │ ├── alert-triangle.svg │ │ ├── align-center.svg │ │ ├── align-justify.svg │ │ ├── align-left.svg │ │ ├── align-right.svg │ │ ├── anchor.svg │ │ ├── aperture.svg │ │ ├── archive.svg │ │ ├── arrow-down-circle.svg │ │ ├── arrow-down-left.svg │ │ ├── arrow-down-right.svg │ │ ├── arrow-down.svg │ │ ├── arrow-left-circle.svg │ │ ├── arrow-left.svg │ │ ├── arrow-right-circle.svg │ │ ├── arrow-right.svg │ │ ├── arrow-up-circle.svg │ │ ├── arrow-up-left.svg │ │ ├── arrow-up-right.svg │ │ ├── arrow-up.svg │ │ ├── at-sign.svg │ │ ├── award.svg │ │ ├── bar-chart-2.svg │ │ ├── bar-chart.svg │ │ ├── battery-charging.svg │ │ ├── battery.svg │ │ ├── bell-off.svg │ │ ├── bell.svg │ │ ├── bluetooth.svg │ │ ├── bold.svg │ │ ├── book-open.svg │ │ ├── book.svg │ │ ├── bookmark.svg │ │ ├── box.svg │ │ ├── briefcase.svg │ │ ├── calendar.svg │ │ ├── camera-off.svg │ │ ├── camera.svg │ │ ├── cast.svg │ │ ├── check-circle.svg │ │ ├── check-square.svg │ │ ├── check.svg │ │ ├── chevron-down.svg │ │ ├── chevron-left.svg │ │ ├── chevron-right.svg │ │ ├── chevron-up.svg │ │ ├── chevrons-down.svg │ │ ├── chevrons-left.svg │ │ ├── chevrons-right.svg │ │ ├── chevrons-up.svg │ │ ├── chrome.svg │ │ ├── circle.svg │ │ ├── clipboard.svg │ │ ├── clock.svg │ │ ├── cloud-drizzle.svg │ │ ├── cloud-lightning.svg │ │ ├── cloud-off.svg │ │ ├── cloud-rain.svg │ │ ├── cloud-snow.svg │ │ ├── cloud.svg │ │ ├── code.svg │ │ ├── codepen.svg │ │ ├── codesandbox.svg │ │ ├── coffee.svg │ │ ├── columns.svg │ │ ├── command.svg │ │ ├── compass.svg │ │ ├── copy.svg │ │ ├── corner-down-left.svg │ │ ├── corner-down-right.svg │ │ ├── corner-left-down.svg │ │ ├── corner-left-up.svg │ │ ├── corner-right-down.svg │ │ ├── corner-right-up.svg │ │ ├── corner-up-left.svg │ │ ├── corner-up-right.svg │ │ ├── cpu.svg │ │ ├── credit-card.svg │ │ ├── crop.svg │ │ ├── crosshair.svg │ │ ├── database.svg │ │ ├── delete.svg │ │ ├── disc.svg │ │ ├── divide-circle.svg │ │ ├── divide-square.svg │ │ ├── divide.svg │ │ ├── dollar-sign.svg │ │ ├── download-cloud.svg │ │ ├── download.svg │ │ ├── dribbble.svg │ │ ├── droplet.svg │ │ ├── edit-2.svg │ │ ├── edit-3.svg │ │ ├── edit.svg │ │ ├── external-link.svg │ │ ├── eye-off.svg │ │ ├── eye.svg │ │ ├── facebook.svg │ │ ├── fast-forward.svg │ │ ├── feather.svg │ │ ├── figma.svg │ │ ├── file-minus.svg │ │ ├── file-plus.svg │ │ ├── file-text.svg │ │ ├── file.svg │ │ ├── film.svg │ │ ├── filter.svg │ │ ├── flag.svg │ │ ├── folder-minus.svg │ │ ├── folder-plus.svg │ │ ├── folder.svg │ │ ├── framer.svg │ │ ├── frown.svg │ │ ├── gift.svg │ │ ├── git-branch.svg │ │ ├── git-commit.svg │ │ ├── git-merge.svg │ │ ├── git-pull-request.svg │ │ ├── github.svg │ │ ├── gitlab.svg │ │ ├── globe.svg │ │ ├── grid.svg │ │ ├── hard-drive.svg │ │ ├── hash.svg │ │ ├── headphones.svg │ │ ├── heart.svg │ │ ├── help-circle.svg │ │ ├── hexagon.svg │ │ ├── home.svg │ │ ├── image.svg │ │ ├── inbox.svg │ │ ├── info.svg │ │ ├── instagram.svg │ │ ├── italic.svg │ │ ├── key.svg │ │ ├── layers.svg │ │ ├── layout.svg │ │ ├── life-buoy.svg │ │ ├── link-2.svg │ │ ├── link.svg │ │ ├── linkedin.svg │ │ ├── list.svg │ │ ├── loader.svg │ │ ├── lock.svg │ │ ├── log-in.svg │ │ ├── log-out.svg │ │ ├── mail.svg │ │ ├── map-pin.svg │ │ ├── map.svg │ │ ├── maximize-2.svg │ │ ├── maximize.svg │ │ ├── meh.svg │ │ ├── menu.svg │ │ ├── message-circle.svg │ │ ├── message-square.svg │ │ ├── mic-off.svg │ │ ├── mic.svg │ │ ├── minimize-2.svg │ │ ├── minimize.svg │ │ ├── minus-circle.svg │ │ ├── minus-square.svg │ │ ├── minus.svg │ │ ├── monitor.svg │ │ ├── moon.svg │ │ ├── more-horizontal.svg │ │ ├── more-vertical.svg │ │ ├── mouse-pointer.svg │ │ ├── move.svg │ │ ├── music.svg │ │ ├── navigation-2.svg │ │ ├── navigation.svg │ │ ├── octagon.svg │ │ ├── package.svg │ │ ├── paperclip.svg │ │ ├── pause-circle.svg │ │ ├── pause.svg │ │ ├── pen-tool.svg │ │ ├── percent.svg │ │ ├── phone-call.svg │ │ ├── phone-forwarded.svg │ │ ├── phone-incoming.svg │ │ ├── phone-missed.svg │ │ ├── phone-off.svg │ │ ├── phone-outgoing.svg │ │ ├── phone.svg │ │ ├── pie-chart.svg │ │ ├── play-circle.svg │ │ ├── play.svg │ │ ├── plus-circle.svg │ │ ├── plus-square.svg │ │ ├── plus.svg │ │ ├── pocket.svg │ │ ├── power.svg │ │ ├── printer.svg │ │ ├── radio.svg │ │ ├── refresh-ccw.svg │ │ ├── refresh-cw.svg │ │ ├── repeat.svg │ │ ├── rewind.svg │ │ ├── rotate-ccw.svg │ │ ├── rotate-cw.svg │ │ ├── rss.svg │ │ ├── save.svg │ │ ├── scissors.svg │ │ ├── search.svg │ │ ├── send.svg │ │ ├── server.svg │ │ ├── settings.svg │ │ ├── share-2.svg │ │ ├── share.svg │ │ ├── shield-off.svg │ │ ├── shield.svg │ │ ├── shopping-bag.svg │ │ ├── shopping-cart.svg │ │ ├── shuffle.svg │ │ ├── sidebar.svg │ │ ├── skip-back.svg │ │ ├── skip-forward.svg │ │ ├── slack.svg │ │ ├── slash.svg │ │ ├── sliders.svg │ │ ├── smartphone.svg │ │ ├── smile.svg │ │ ├── speaker.svg │ │ ├── square.svg │ │ ├── star.svg │ │ ├── stop-circle.svg │ │ ├── sun.svg │ │ ├── sunrise.svg │ │ ├── sunset.svg │ │ ├── tablet.svg │ │ ├── tag.svg │ │ ├── target.svg │ │ ├── terminal.svg │ │ ├── thermometer.svg │ │ ├── thumbs-down.svg │ │ ├── thumbs-up.svg │ │ ├── toggle-left.svg │ │ ├── toggle-right.svg │ │ ├── tool.svg │ │ ├── trash-2.svg │ │ ├── trash.svg │ │ ├── trello.svg │ │ ├── trending-down.svg │ │ ├── trending-up.svg │ │ ├── triangle.svg │ │ ├── truck.svg │ │ ├── tv.svg │ │ ├── twitch.svg │ │ ├── twitter.svg │ │ ├── type.svg │ │ ├── umbrella.svg │ │ ├── underline.svg │ │ ├── unlock.svg │ │ ├── upload-cloud.svg │ │ ├── upload.svg │ │ ├── user-check.svg │ │ ├── user-minus.svg │ │ ├── user-plus.svg │ │ ├── user-x.svg │ │ ├── user.svg │ │ ├── users.svg │ │ ├── video-off.svg │ │ ├── video.svg │ │ ├── voicemail.svg │ │ ├── volume-1.svg │ │ ├── volume-2.svg │ │ ├── volume-x.svg │ │ ├── volume.svg │ │ ├── watch.svg │ │ ├── wifi-off.svg │ │ ├── wifi.svg │ │ ├── wind.svg │ │ ├── x-circle.svg │ │ ├── x-octagon.svg │ │ ├── x-square.svg │ │ ├── x.svg │ │ ├── youtube.svg │ │ ├── zap-off.svg │ │ ├── zap.svg │ │ ├── zoom-in.svg │ │ └── zoom-out.svg │ ├── air-light-grey │ │ ├── activity.svg │ │ ├── airplay.svg │ │ ├── alert-circle.svg │ │ ├── alert-octagon.svg │ │ ├── alert-triangle.svg │ │ ├── align-center.svg │ │ ├── align-justify.svg │ │ ├── align-left.svg │ │ ├── align-right.svg │ │ ├── anchor.svg │ │ ├── aperture.svg │ │ ├── archive.svg │ │ ├── arrow-down-circle.svg │ │ ├── arrow-down-left.svg │ │ ├── arrow-down-right.svg │ │ ├── arrow-down.svg │ │ ├── arrow-left-circle.svg │ │ ├── arrow-left.svg │ │ ├── arrow-right-circle.svg │ │ ├── arrow-right.svg │ │ ├── arrow-up-circle.svg │ │ ├── arrow-up-left.svg │ │ ├── arrow-up-right.svg │ │ ├── arrow-up.svg │ │ ├── at-sign.svg │ │ ├── award.svg │ │ ├── bar-chart-2.svg │ │ ├── bar-chart.svg │ │ ├── battery-charging.svg │ │ ├── battery.svg │ │ ├── bell-off.svg │ │ ├── bell.svg │ │ ├── bluetooth.svg │ │ ├── bold.svg │ │ ├── book-open.svg │ │ ├── book.svg │ │ ├── bookmark.svg │ │ ├── box.svg │ │ ├── briefcase.svg │ │ ├── calendar.svg │ │ ├── camera-off.svg │ │ ├── camera.svg │ │ ├── cast.svg │ │ ├── check-circle.svg │ │ ├── check-square.svg │ │ ├── check.svg │ │ ├── chevron-down.svg │ │ ├── chevron-left.svg │ │ ├── chevron-right.svg │ │ ├── chevron-up.svg │ │ ├── chevrons-down.svg │ │ ├── chevrons-left.svg │ │ ├── chevrons-right.svg │ │ ├── chevrons-up.svg │ │ ├── chrome.svg │ │ ├── circle.svg │ │ ├── clipboard.svg │ │ ├── clock.svg │ │ ├── cloud-drizzle.svg │ │ ├── cloud-lightning.svg │ │ ├── cloud-off.svg │ │ ├── cloud-rain.svg │ │ ├── cloud-snow.svg │ │ ├── cloud.svg │ │ ├── code.svg │ │ ├── codepen.svg │ │ ├── codesandbox.svg │ │ ├── coffee.svg │ │ ├── columns.svg │ │ ├── command.svg │ │ ├── compass.svg │ │ ├── copy.svg │ │ ├── corner-down-left.svg │ │ ├── corner-down-right.svg │ │ ├── corner-left-down.svg │ │ ├── corner-left-up.svg │ │ ├── corner-right-down.svg │ │ ├── corner-right-up.svg │ │ ├── corner-up-left.svg │ │ ├── corner-up-right.svg │ │ ├── cpu.svg │ │ ├── credit-card.svg │ │ ├── crop.svg │ │ ├── crosshair.svg │ │ ├── database.svg │ │ ├── delete.svg │ │ ├── disc.svg │ │ ├── divide-circle.svg │ │ ├── divide-square.svg │ │ ├── divide.svg │ │ ├── dollar-sign.svg │ │ ├── download-cloud.svg │ │ ├── download.svg │ │ ├── dribbble.svg │ │ ├── droplet.svg │ │ ├── edit-2.svg │ │ ├── edit-3.svg │ │ ├── edit.svg │ │ ├── external-link.svg │ │ ├── eye-off.svg │ │ ├── eye.svg │ │ ├── facebook.svg │ │ ├── fast-forward.svg │ │ ├── feather.svg │ │ ├── figma.svg │ │ ├── file-minus.svg │ │ ├── file-plus.svg │ │ ├── file-text.svg │ │ ├── file.svg │ │ ├── film.svg │ │ ├── filter.svg │ │ ├── flag.svg │ │ ├── folder-minus.svg │ │ ├── folder-plus.svg │ │ ├── folder.svg │ │ ├── framer.svg │ │ ├── frown.svg │ │ ├── gift.svg │ │ ├── git-branch.svg │ │ ├── git-commit.svg │ │ ├── git-merge.svg │ │ ├── git-pull-request.svg │ │ ├── github.svg │ │ ├── gitlab.svg │ │ ├── globe.svg │ │ ├── grid.svg │ │ ├── hard-drive.svg │ │ ├── hash.svg │ │ ├── headphones.svg │ │ ├── heart.svg │ │ ├── help-circle.svg │ │ ├── hexagon.svg │ │ ├── home.svg │ │ ├── image.svg │ │ ├── inbox.svg │ │ ├── info.svg │ │ ├── instagram.svg │ │ ├── italic.svg │ │ ├── key.svg │ │ ├── layers.svg │ │ ├── layout.svg │ │ ├── life-buoy.svg │ │ ├── link-2.svg │ │ ├── link.svg │ │ ├── linkedin.svg │ │ ├── list.svg │ │ ├── loader.svg │ │ ├── lock.svg │ │ ├── log-in.svg │ │ ├── log-out.svg │ │ ├── mail.svg │ │ ├── map-pin.svg │ │ ├── map.svg │ │ ├── maximize-2.svg │ │ ├── maximize.svg │ │ ├── meh.svg │ │ ├── menu.svg │ │ ├── message-circle.svg │ │ ├── message-square.svg │ │ ├── mic-off.svg │ │ ├── mic.svg │ │ ├── minimize-2.svg │ │ ├── minimize.svg │ │ ├── minus-circle.svg │ │ ├── minus-square.svg │ │ ├── minus.svg │ │ ├── monitor.svg │ │ ├── moon.svg │ │ ├── more-horizontal.svg │ │ ├── more-vertical.svg │ │ ├── mouse-pointer.svg │ │ ├── move.svg │ │ ├── music.svg │ │ ├── navigation-2.svg │ │ ├── navigation.svg │ │ ├── octagon.svg │ │ ├── package.svg │ │ ├── paperclip.svg │ │ ├── pause-circle.svg │ │ ├── pause.svg │ │ ├── pen-tool.svg │ │ ├── percent.svg │ │ ├── phone-call.svg │ │ ├── phone-forwarded.svg │ │ ├── phone-incoming.svg │ │ ├── phone-missed.svg │ │ ├── phone-off.svg │ │ ├── phone-outgoing.svg │ │ ├── phone.svg │ │ ├── pie-chart.svg │ │ ├── play-circle.svg │ │ ├── play.svg │ │ ├── plus-circle.svg │ │ ├── plus-square.svg │ │ ├── plus.svg │ │ ├── pocket.svg │ │ ├── power.svg │ │ ├── printer.svg │ │ ├── radio.svg │ │ ├── refresh-ccw.svg │ │ ├── refresh-cw.svg │ │ ├── repeat.svg │ │ ├── rewind.svg │ │ ├── rotate-ccw.svg │ │ ├── rotate-cw.svg │ │ ├── rss.svg │ │ ├── save.svg │ │ ├── scissors.svg │ │ ├── search.svg │ │ ├── send.svg │ │ ├── server.svg │ │ ├── settings.svg │ │ ├── share-2.svg │ │ ├── share.svg │ │ ├── shield-off.svg │ │ ├── shield.svg │ │ ├── shopping-bag.svg │ │ ├── shopping-cart.svg │ │ ├── shuffle.svg │ │ ├── sidebar.svg │ │ ├── skip-back.svg │ │ ├── skip-forward.svg │ │ ├── slack.svg │ │ ├── slash.svg │ │ ├── sliders.svg │ │ ├── smartphone.svg │ │ ├── smile.svg │ │ ├── speaker.svg │ │ ├── square.svg │ │ ├── star.svg │ │ ├── stop-circle.svg │ │ ├── sun.svg │ │ ├── sunrise.svg │ │ ├── sunset.svg │ │ ├── tablet.svg │ │ ├── tag.svg │ │ ├── target.svg │ │ ├── terminal.svg │ │ ├── thermometer.svg │ │ ├── thumbs-down.svg │ │ ├── thumbs-up.svg │ │ ├── toggle-left.svg │ │ ├── toggle-right.svg │ │ ├── tool.svg │ │ ├── trash-2.svg │ │ ├── trash.svg │ │ ├── trello.svg │ │ ├── trending-down.svg │ │ ├── trending-up.svg │ │ ├── triangle.svg │ │ ├── truck.svg │ │ ├── tv.svg │ │ ├── twitch.svg │ │ ├── twitter.svg │ │ ├── type.svg │ │ ├── umbrella.svg │ │ ├── underline.svg │ │ ├── unlock.svg │ │ ├── upload-cloud.svg │ │ ├── upload.svg │ │ ├── user-check.svg │ │ ├── user-minus.svg │ │ ├── user-plus.svg │ │ ├── user-x.svg │ │ ├── user.svg │ │ ├── users.svg │ │ ├── video-off.svg │ │ ├── video.svg │ │ ├── voicemail.svg │ │ ├── volume-1.svg │ │ ├── volume-2.svg │ │ ├── volume-x.svg │ │ ├── volume.svg │ │ ├── watch.svg │ │ ├── wifi-off.svg │ │ ├── wifi.svg │ │ ├── wind.svg │ │ ├── x-circle.svg │ │ ├── x-octagon.svg │ │ ├── x-square.svg │ │ ├── x.svg │ │ ├── youtube.svg │ │ ├── zap-off.svg │ │ ├── zap.svg │ │ ├── zoom-in.svg │ │ └── zoom-out.svg │ └── black │ │ ├── activity.svg │ │ ├── airplay.svg │ │ ├── alert-circle.svg │ │ ├── alert-octagon.svg │ │ ├── alert-triangle.svg │ │ ├── align-center.svg │ │ ├── align-justify.svg │ │ ├── align-left.svg │ │ ├── align-right.svg │ │ ├── anchor.svg │ │ ├── aperture.svg │ │ ├── archive.svg │ │ ├── arrow-down-circle.svg │ │ ├── arrow-down-left.svg │ │ ├── arrow-down-right.svg │ │ ├── arrow-down.svg │ │ ├── arrow-left-circle.svg │ │ ├── arrow-left.svg │ │ ├── arrow-right-circle.svg │ │ ├── arrow-right.svg │ │ ├── arrow-up-circle.svg │ │ ├── arrow-up-left.svg │ │ ├── arrow-up-right.svg │ │ ├── arrow-up.svg │ │ ├── at-sign.svg │ │ ├── award.svg │ │ ├── bar-chart-2.svg │ │ ├── bar-chart.svg │ │ ├── battery-charging.svg │ │ ├── battery.svg │ │ ├── bell-off.svg │ │ ├── bell.svg │ │ ├── bluetooth.svg │ │ ├── bold.svg │ │ ├── book-open.svg │ │ ├── book.svg │ │ ├── bookmark.svg │ │ ├── box.svg │ │ ├── briefcase.svg │ │ ├── calendar.svg │ │ ├── camera-off.svg │ │ ├── camera.svg │ │ ├── cast.svg │ │ ├── check-circle.svg │ │ ├── check-square.svg │ │ ├── check.svg │ │ ├── chevron-down.svg │ │ ├── chevron-left.svg │ │ ├── chevron-right.svg │ │ ├── chevron-up.svg │ │ ├── chevrons-down.svg │ │ ├── chevrons-left.svg │ │ ├── chevrons-right.svg │ │ ├── chevrons-up.svg │ │ ├── chrome.svg │ │ ├── circle.svg │ │ ├── clipboard.svg │ │ ├── clock.svg │ │ ├── cloud-drizzle.svg │ │ ├── cloud-lightning.svg │ │ ├── cloud-off.svg │ │ ├── cloud-rain.svg │ │ ├── cloud-snow.svg │ │ ├── cloud.svg │ │ ├── code.svg │ │ ├── codepen.svg │ │ ├── codesandbox.svg │ │ ├── coffee.svg │ │ ├── columns.svg │ │ ├── command.svg │ │ ├── compass.svg │ │ ├── copy.svg │ │ ├── corner-down-left.svg │ │ ├── corner-down-right.svg │ │ ├── corner-left-down.svg │ │ ├── corner-left-up.svg │ │ ├── corner-right-down.svg │ │ ├── corner-right-up.svg │ │ ├── corner-up-left.svg │ │ ├── corner-up-right.svg │ │ ├── cpu.svg │ │ ├── credit-card.svg │ │ ├── crop.svg │ │ ├── crosshair.svg │ │ ├── database.svg │ │ ├── delete.svg │ │ ├── disc.svg │ │ ├── divide-circle.svg │ │ ├── divide-square.svg │ │ ├── divide.svg │ │ ├── dollar-sign.svg │ │ ├── download-cloud.svg │ │ ├── download.svg │ │ ├── dribbble.svg │ │ ├── droplet.svg │ │ ├── edit-2.svg │ │ ├── edit-3.svg │ │ ├── edit.svg │ │ ├── external-link.svg │ │ ├── eye-off.svg │ │ ├── eye.svg │ │ ├── facebook.svg │ │ ├── fast-forward.svg │ │ ├── feather.svg │ │ ├── figma.svg │ │ ├── file-minus.svg │ │ ├── file-plus.svg │ │ ├── file-text.svg │ │ ├── file.svg │ │ ├── film.svg │ │ ├── filter.svg │ │ ├── flag.svg │ │ ├── folder-minus.svg │ │ ├── folder-plus.svg │ │ ├── folder.svg │ │ ├── framer.svg │ │ ├── frown.svg │ │ ├── gift.svg │ │ ├── git-branch.svg │ │ ├── git-commit.svg │ │ ├── git-merge.svg │ │ ├── git-pull-request.svg │ │ ├── github.svg │ │ ├── gitlab.svg │ │ ├── globe.svg │ │ ├── grid.svg │ │ ├── hard-drive.svg │ │ ├── hash.svg │ │ ├── headphones.svg │ │ ├── heart.svg │ │ ├── help-circle.svg │ │ ├── hexagon.svg │ │ ├── home.svg │ │ ├── image.svg │ │ ├── inbox.svg │ │ ├── info.svg │ │ ├── instagram.svg │ │ ├── italic.svg │ │ ├── key.svg │ │ ├── layers.svg │ │ ├── layout.svg │ │ ├── life-buoy.svg │ │ ├── link-2.svg │ │ ├── link.svg │ │ ├── linkedin.svg │ │ ├── list.svg │ │ ├── loader.svg │ │ ├── lock.svg │ │ ├── log-in.svg │ │ ├── log-out.svg │ │ ├── mail.svg │ │ ├── map-pin.svg │ │ ├── map.svg │ │ ├── maximize-2.svg │ │ ├── maximize.svg │ │ ├── meh.svg │ │ ├── menu.svg │ │ ├── message-circle.svg │ │ ├── message-square.svg │ │ ├── mic-off.svg │ │ ├── mic.svg │ │ ├── minimize-2.svg │ │ ├── minimize.svg │ │ ├── minus-circle.svg │ │ ├── minus-square.svg │ │ ├── minus.svg │ │ ├── monitor.svg │ │ ├── moon.svg │ │ ├── more-horizontal.svg │ │ ├── more-vertical.svg │ │ ├── mouse-pointer.svg │ │ ├── move.svg │ │ ├── music.svg │ │ ├── navigation-2.svg │ │ ├── navigation.svg │ │ ├── octagon.svg │ │ ├── package.svg │ │ ├── paperclip.svg │ │ ├── pause-circle.svg │ │ ├── pause.svg │ │ ├── pen-tool.svg │ │ ├── percent.svg │ │ ├── phone-call.svg │ │ ├── phone-forwarded.svg │ │ ├── phone-incoming.svg │ │ ├── phone-missed.svg │ │ ├── phone-off.svg │ │ ├── phone-outgoing.svg │ │ ├── phone.svg │ │ ├── pie-chart.svg │ │ ├── play-circle.svg │ │ ├── play.svg │ │ ├── plus-circle.svg │ │ ├── plus-square.svg │ │ ├── plus.svg │ │ ├── pocket.svg │ │ ├── power.svg │ │ ├── printer.svg │ │ ├── radio.svg │ │ ├── refresh-ccw.svg │ │ ├── refresh-cw.svg │ │ ├── repeat.svg │ │ ├── rewind.svg │ │ ├── rotate-ccw.svg │ │ ├── rotate-cw.svg │ │ ├── rss.svg │ │ ├── save.svg │ │ ├── scissors.svg │ │ ├── search.svg │ │ ├── send.svg │ │ ├── server.svg │ │ ├── settings.svg │ │ ├── share-2.svg │ │ ├── share.svg │ │ ├── shield-off.svg │ │ ├── shield.svg │ │ ├── shopping-bag.svg │ │ ├── shopping-cart.svg │ │ ├── shuffle.svg │ │ ├── sidebar.svg │ │ ├── skip-back.svg │ │ ├── skip-forward.svg │ │ ├── slack.svg │ │ ├── slash.svg │ │ ├── sliders.svg │ │ ├── smartphone.svg │ │ ├── smile.svg │ │ ├── speaker.svg │ │ ├── square.svg │ │ ├── star.svg │ │ ├── stop-circle.svg │ │ ├── sun.svg │ │ ├── sunrise.svg │ │ ├── sunset.svg │ │ ├── tablet.svg │ │ ├── tag.svg │ │ ├── target.svg │ │ ├── terminal.svg │ │ ├── thermometer.svg │ │ ├── thumbs-down.svg │ │ ├── thumbs-up.svg │ │ ├── toggle-left.svg │ │ ├── toggle-right.svg │ │ ├── tool.svg │ │ ├── trash-2.svg │ │ ├── trash.svg │ │ ├── trello.svg │ │ ├── trending-down.svg │ │ ├── trending-up.svg │ │ ├── triangle.svg │ │ ├── truck.svg │ │ ├── tv.svg │ │ ├── twitch.svg │ │ ├── twitter.svg │ │ ├── type.svg │ │ ├── umbrella.svg │ │ ├── underline.svg │ │ ├── unlock.svg │ │ ├── upload-cloud.svg │ │ ├── upload.svg │ │ ├── user-check.svg │ │ ├── user-minus.svg │ │ ├── user-plus.svg │ │ ├── user-x.svg │ │ ├── user.svg │ │ ├── users.svg │ │ ├── video-off.svg │ │ ├── video.svg │ │ ├── voicemail.svg │ │ ├── volume-1.svg │ │ ├── volume-2.svg │ │ ├── volume-x.svg │ │ ├── volume.svg │ │ ├── watch.svg │ │ ├── wifi-off.svg │ │ ├── wifi.svg │ │ ├── wind.svg │ │ ├── x-circle.svg │ │ ├── x-octagon.svg │ │ ├── x-square.svg │ │ ├── x.svg │ │ ├── youtube.svg │ │ ├── zap-off.svg │ │ ├── zap.svg │ │ ├── zoom-in.svg │ │ └── zoom-out.svg ├── fonts │ ├── Audiowide │ │ ├── Audiowide-Regular.ttf │ │ └── OFL.txt │ ├── CourierPrime-Regular-Licence.txt │ ├── CourierPrime-Regular.ttf │ ├── DejaVuSansCode-Licence.txt │ ├── DejaVuSansCode.ttf │ ├── FiraCode-Regular.ttf │ ├── Inconsolata-Regular-Licence.txt │ ├── Inconsolata-Regular.ttf │ ├── Inconsolata │ │ ├── Inconsolata-Black.ttf │ │ ├── Inconsolata-Bold.ttf │ │ ├── Inconsolata-ExtraBold.ttf │ │ ├── Inconsolata-ExtraLight.ttf │ │ ├── Inconsolata-Light.ttf │ │ ├── Inconsolata-Medium.ttf │ │ ├── Inconsolata-Regular.ttf │ │ ├── Inconsolata-SemiBold.ttf │ │ └── OFL.txt │ ├── OpenSans-Regular-License.txt │ ├── OpenSans-Regular.ttf │ ├── Selawik │ │ ├── OFL.txt │ │ ├── selawk.ttf │ │ ├── selawkb.ttf │ │ ├── selawkl.ttf │ │ ├── selawksb.ttf │ │ └── selawksl.ttf │ ├── SourceCodePro-Regular-Licence.txt │ ├── SourceCodePro-Regular.ttf │ ├── SourceCodePro │ │ ├── SourceCodePro-Black.ttf │ │ ├── SourceCodePro-BlackItalic.ttf │ │ ├── SourceCodePro-Bold.ttf │ │ ├── SourceCodePro-BoldItalic.ttf │ │ ├── SourceCodePro-ExtraLight.ttf │ │ ├── SourceCodePro-ExtraLightItalic.ttf │ │ ├── SourceCodePro-Italic.ttf │ │ ├── SourceCodePro-Licence.txt │ │ ├── SourceCodePro-Light.ttf │ │ ├── SourceCodePro-LightItalic.ttf │ │ ├── SourceCodePro-Medium.ttf │ │ ├── SourceCodePro-MediumItalic.ttf │ │ ├── SourceCodePro-Regular.ttf │ │ ├── SourceCodePro-SemiBold.ttf │ │ └── SourceCodePro-SemiBoldItalic.ttf │ ├── UbuntuMono-R-Licence.txt │ ├── UbuntuMono-R.ttf │ ├── selawik.regular-License.txt │ └── selawik.regular.ttf ├── language_icons │ ├── logo_ada.png │ ├── logo_awk.png │ ├── logo_bash.png │ ├── logo_batch.png │ ├── logo_c.png │ ├── logo_c_cpp.png │ ├── logo_cicode.png │ ├── logo_cmake.png │ ├── logo_coffeescript.png │ ├── logo_cpp.png │ ├── logo_csharp.png │ ├── logo_css.png │ ├── logo_cython.png │ ├── logo_d.png │ ├── logo_fortran.png │ ├── logo_fortran77.png │ ├── logo_html.png │ ├── logo_hy_cuddles.png │ ├── logo_idl.png │ ├── logo_java.png │ ├── logo_javascript.png │ ├── logo_json.png │ ├── logo_lua.png │ ├── logo_makefile.png │ ├── logo_matlab.png │ ├── logo_nim.png │ ├── logo_oberon.png │ ├── logo_octave.png │ ├── logo_pascal.png │ ├── logo_perl.png │ ├── logo_php.png │ ├── logo_postscript.png │ ├── logo_python.png │ ├── logo_routeros.png │ ├── logo_ruby.png │ ├── logo_spice.png │ ├── logo_sql.png │ ├── logo_tcl.png │ ├── logo_tex.png │ ├── logo_verilog.png │ ├── logo_vhdl.png │ ├── logo_xml.png │ ├── logo_yaml.png │ └── logo_zig.png ├── programs │ └── ctags.exe ├── tango_icons │ ├── Input-keyboard.svg │ ├── bookmark.png │ ├── bookmarks-clear.png │ ├── bookmarks-goto.png │ ├── bookmarks-store.png │ ├── bookmarks.png │ ├── close-all-tabs.png │ ├── close-tab.png │ ├── compare-text-lower.png │ ├── compare-text-main.png │ ├── compare-text-upper.png │ ├── compare-text.png │ ├── computer.png │ ├── delete-end-line.png │ ├── delete-end-line_32x32.png │ ├── delete-end-word.png │ ├── delete-start-line.png │ ├── delete-start-line_32x32.png │ ├── delete-start-word.png │ ├── dialog-warning.png │ ├── diff-similar.png │ ├── diff-unique-1.png │ ├── diff-unique-2.png │ ├── document-new.png │ ├── document-open.png │ ├── document-print.png │ ├── document-properties.png │ ├── document-save-as.png │ ├── document-save.png │ ├── edit-autocompletion.png │ ├── edit-case-to-lower.png │ ├── edit-case-to-upper.png │ ├── edit-clear-highlights.png │ ├── edit-clear.png │ ├── edit-comment-uncomment.png │ ├── edit-copy.png │ ├── edit-cut.png │ ├── edit-find-in-open-documents.png │ ├── edit-find-re.png │ ├── edit-find-replace-re.png │ ├── edit-find-replace.png │ ├── edit-find.png │ ├── edit-goto.png │ ├── edit-highlight-re.png │ ├── edit-highlight.png │ ├── edit-indent-to-cursor.png │ ├── edit-line-copy.png │ ├── edit-line-cut.png │ ├── edit-line-delete.png │ ├── edit-line-duplicate.png │ ├── edit-line-paste.png │ ├── edit-line-transpose.png │ ├── edit-node-tree-old.png │ ├── edit-node-tree.png │ ├── edit-paste.png │ ├── edit-redo.png │ ├── edit-replace-all-in-open-documents.png │ ├── edit-replace-all-re.png │ ├── edit-replace-all.png │ ├── edit-replace-in-open-documents.png │ ├── edit-replace-in-selection-re.png │ ├── edit-replace-in-selection.png │ ├── edit-select-all.png │ ├── edit-show-cursor-line.png │ ├── edit-undo.png │ ├── expand-negative.png │ ├── expand-positive.png │ ├── file-recent-files.png │ ├── file-save-all.png │ ├── file-settings-load.png │ ├── file-settings-save.png │ ├── file-user-funcs-reload.png │ ├── file-user-funcs.png │ ├── file.png │ ├── folder-add.png │ ├── folder-new.png │ ├── folder-search-blue.png │ ├── folder.png │ ├── format-indent-less.png │ ├── format-indent-more.png │ ├── gnome-web-browser.png │ ├── goto-end.png │ ├── goto-start.png │ ├── harddisk.png │ ├── help-browser.png │ ├── lexers.png │ ├── one-dir-up.png │ ├── open-with-default-app.png │ ├── preferences-desktop-keyboard-shortcuts.png │ ├── repl-focus-multi.png │ ├── repl-focus-single.png │ ├── repl-messages.png │ ├── repl-repeat-command.png │ ├── reset-context-menu.png │ ├── scroll-down.png │ ├── scroll-up.png │ ├── session-add.png │ ├── session-edit.png │ ├── session-overwrite.png │ ├── session-remove.png │ ├── sessions-gui.png │ ├── sessions.png │ ├── settings-gui.png │ ├── settings.png │ ├── shrink-negative.png │ ├── shrink-positive.png │ ├── system-find-files.png │ ├── system-find-in-files.png │ ├── system-log-out.png │ ├── system-replace-in-files.png │ ├── system-show-cwd-tree-blue.png │ ├── system-show-cwd-tree.png │ ├── system-show-cwd.png │ ├── text-x-generic.png │ ├── theme-air.png │ ├── theme-earth.png │ ├── theme-mc.png │ ├── theme-water.png │ ├── themes-reload.png │ ├── update-cwd.png │ ├── utilities-terminal.png │ ├── view-edge-marker.png │ ├── view-focus-lower.png │ ├── view-focus-main.png │ ├── view-focus-upper.png │ ├── view-fullscreen.png │ ├── view-line-end.png │ ├── view-log.png │ ├── view-move-tab-left.png │ ├── view-move-tab-right.png │ ├── view-refresh.png │ ├── view-select-tab-left.png │ ├── view-select-tab-right.png │ ├── view-spin-clock.png │ ├── view-spin-counter.png │ ├── view-toggle-window-mode.png │ ├── view-toggle-window-side.png │ ├── view-zoom-reset.png │ ├── window-tab-copy.png │ ├── window-tab-move.png │ └── wordwrap.png ├── themes │ ├── air.json │ ├── earth.json │ ├── mc.json │ └── water.json └── various │ ├── close.png │ ├── dialog-error.png │ ├── dialog-question.png │ ├── dialog-warning.png │ ├── dialog-yes-no.png │ ├── function-wheel.png │ ├── hex-button-dialog.png │ ├── hex-button-dir-dialog.png │ ├── hex-button-edge.png │ ├── hex-green.png │ ├── hex-red.png │ ├── node_alias.png │ ├── node_class.png │ ├── node_const.png │ ├── node_converter.png │ ├── node_function.png │ ├── node_iterator.png │ ├── node_macro.png │ ├── node_method.png │ ├── node_module.png │ ├── node_namespace.png │ ├── node_pragma.png │ ├── node_procedure.png │ ├── node_template.png │ ├── node_type.png │ ├── node_unknown.png │ ├── node_variable.png │ ├── plus.png │ └── window_insert.png ├── settings ├── __init__.py ├── constants.py ├── functions.py ├── old │ ├── __init__.py │ ├── data.py │ ├── settings.py │ └── themes │ │ ├── __init__.py │ │ ├── air.py │ │ ├── earth.py │ │ ├── mc.py │ │ └── water.py └── settings.py ├── themes └── __init__.py └── utilities ├── ExCo.desktop ├── create_executable_shortcut.py └── freeze_exco.py /INSTRUCTIONS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/INSTRUCTIONS.md -------------------------------------------------------------------------------- /LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/LICENSE.txt -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/README.md -------------------------------------------------------------------------------- /__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/__init__.py -------------------------------------------------------------------------------- /additional_licenses/autopep8_license.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/additional_licenses/autopep8_license.txt -------------------------------------------------------------------------------- /additional_licenses/black_license.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/additional_licenses/black_license.txt -------------------------------------------------------------------------------- /additional_licenses/cython_license.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/additional_licenses/cython_license.txt -------------------------------------------------------------------------------- /additional_licenses/eric6_license.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/additional_licenses/eric6_license.txt -------------------------------------------------------------------------------- /additional_licenses/hy_license.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/additional_licenses/hy_license.txt -------------------------------------------------------------------------------- /additional_licenses/license_list.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/additional_licenses/license_list.txt -------------------------------------------------------------------------------- /additional_licenses/nim_license.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/additional_licenses/nim_license.txt -------------------------------------------------------------------------------- /additional_licenses/nuitka_license.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/additional_licenses/nuitka_license.txt -------------------------------------------------------------------------------- /additional_licenses/psutil_license.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/additional_licenses/psutil_license.txt -------------------------------------------------------------------------------- /additional_licenses/pyflakes_license.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/additional_licenses/pyflakes_license.txt -------------------------------------------------------------------------------- /additional_licenses/pyqt_license.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/additional_licenses/pyqt_license.txt -------------------------------------------------------------------------------- /additional_licenses/pyte_license.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/additional_licenses/pyte_license.txt -------------------------------------------------------------------------------- /additional_licenses/python_license.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/additional_licenses/python_license.txt -------------------------------------------------------------------------------- /additional_licenses/pywinpty_license.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/additional_licenses/pywinpty_license.txt -------------------------------------------------------------------------------- /additional_licenses/qt_license.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/additional_licenses/qt_license.txt -------------------------------------------------------------------------------- /additional_licenses/ruff_license.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/additional_licenses/ruff_license.txt -------------------------------------------------------------------------------- /additional_licenses/tango_license.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/additional_licenses/tango_license.txt -------------------------------------------------------------------------------- /additional_licenses/yapf_license.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/additional_licenses/yapf_license.txt -------------------------------------------------------------------------------- /additional_licenses/zig_logo_license.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/additional_licenses/zig_logo_license.txt -------------------------------------------------------------------------------- /codequality.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/codequality.py -------------------------------------------------------------------------------- /components/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/components/__init__.py -------------------------------------------------------------------------------- /components/actionfilter.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/components/actionfilter.py -------------------------------------------------------------------------------- /components/codequality.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/components/codequality.py -------------------------------------------------------------------------------- /components/communicator.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/components/communicator.py -------------------------------------------------------------------------------- /components/customstyle.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/components/customstyle.py -------------------------------------------------------------------------------- /components/fonts.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/components/fonts.py -------------------------------------------------------------------------------- /components/gridgenerator.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/components/gridgenerator.py -------------------------------------------------------------------------------- /components/hexbuilder.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/components/hexbuilder.py -------------------------------------------------------------------------------- /components/hotspots.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/components/hotspots.py -------------------------------------------------------------------------------- /components/iconmanipulator.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/components/iconmanipulator.py -------------------------------------------------------------------------------- /components/internals.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/components/internals.py -------------------------------------------------------------------------------- /components/linelist.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/components/linelist.py -------------------------------------------------------------------------------- /components/pathwatcher.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/components/pathwatcher.py -------------------------------------------------------------------------------- /components/processcontroller.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/components/processcontroller.py -------------------------------------------------------------------------------- /components/signaldispatcher.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/components/signaldispatcher.py -------------------------------------------------------------------------------- /components/thesquid.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/components/thesquid.py -------------------------------------------------------------------------------- /constants.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/constants.py -------------------------------------------------------------------------------- /cython/cython_lexer_ada.pxi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/cython/cython_lexer_ada.pxi -------------------------------------------------------------------------------- /cython/cython_lexer_nim.pxi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/cython/cython_lexer_nim.pxi -------------------------------------------------------------------------------- /cython/cython_lexer_oberon.pxi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/cython/cython_lexer_oberon.pxi -------------------------------------------------------------------------------- /cython/cython_lexers.pxd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/cython/cython_lexers.pxd -------------------------------------------------------------------------------- /cython/cython_lexers.pyx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/cython/cython_lexers.pyx -------------------------------------------------------------------------------- /cython/cython_setup.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/cython/cython_setup.py -------------------------------------------------------------------------------- /data.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/data.py -------------------------------------------------------------------------------- /exco.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/exco.py -------------------------------------------------------------------------------- /filefunctions.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/filefunctions.py -------------------------------------------------------------------------------- /functions.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/functions.py -------------------------------------------------------------------------------- /gui/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/gui/__init__.py -------------------------------------------------------------------------------- /gui/baseeditor.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/gui/baseeditor.py -------------------------------------------------------------------------------- /gui/contextmenu.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/gui/contextmenu.py -------------------------------------------------------------------------------- /gui/custombuttons.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/gui/custombuttons.py -------------------------------------------------------------------------------- /gui/customeditor.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/gui/customeditor.py -------------------------------------------------------------------------------- /gui/dialogs.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/gui/dialogs.py -------------------------------------------------------------------------------- /gui/dockingoverlay.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/gui/dockingoverlay.py -------------------------------------------------------------------------------- /gui/excoinfo.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/gui/excoinfo.py -------------------------------------------------------------------------------- /gui/externalprogram.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/gui/externalprogram.py -------------------------------------------------------------------------------- /gui/functionwheel.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/gui/functionwheel.py -------------------------------------------------------------------------------- /gui/hexview.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/gui/hexview.py -------------------------------------------------------------------------------- /gui/mainwindow.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/gui/mainwindow.py -------------------------------------------------------------------------------- /gui/menu.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/gui/menu.py -------------------------------------------------------------------------------- /gui/messagelogger.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/gui/messagelogger.py -------------------------------------------------------------------------------- /gui/nimsuggest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/gui/nimsuggest.py -------------------------------------------------------------------------------- /gui/plaineditor.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/gui/plaineditor.py -------------------------------------------------------------------------------- /gui/replbox.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/gui/replbox.py -------------------------------------------------------------------------------- /gui/replhelper.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/gui/replhelper.py -------------------------------------------------------------------------------- /gui/replindicator.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/gui/replindicator.py -------------------------------------------------------------------------------- /gui/repllineedit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/gui/repllineedit.py -------------------------------------------------------------------------------- /gui/sessionguimanipulator.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/gui/sessionguimanipulator.py -------------------------------------------------------------------------------- /gui/settingsguimanipulator.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/gui/settingsguimanipulator.py -------------------------------------------------------------------------------- /gui/stylesheets.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/gui/stylesheets.py -------------------------------------------------------------------------------- /gui/tabwidget.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/gui/tabwidget.py -------------------------------------------------------------------------------- /gui/templates.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/gui/templates.py -------------------------------------------------------------------------------- /gui/terminal.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/gui/terminal.py -------------------------------------------------------------------------------- /gui/terminal.py.bak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/gui/terminal.py.bak -------------------------------------------------------------------------------- /gui/textdiffer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/gui/textdiffer.py -------------------------------------------------------------------------------- /gui/thebox.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/gui/thebox.py -------------------------------------------------------------------------------- /gui/themeindicator.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/gui/themeindicator.py -------------------------------------------------------------------------------- /gui/treedisplays.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/gui/treedisplays.py -------------------------------------------------------------------------------- /interpreter.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/interpreter.py -------------------------------------------------------------------------------- /lexers/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/lexers/__init__.py -------------------------------------------------------------------------------- /lexers/ada.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/lexers/ada.py -------------------------------------------------------------------------------- /lexers/awk.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/lexers/awk.py -------------------------------------------------------------------------------- /lexers/baselexer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/lexers/baselexer.py -------------------------------------------------------------------------------- /lexers/builtin.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/lexers/builtin.py -------------------------------------------------------------------------------- /lexers/cicode.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/lexers/cicode.py -------------------------------------------------------------------------------- /lexers/cython.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/lexers/cython.py -------------------------------------------------------------------------------- /lexers/functions.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/lexers/functions.py -------------------------------------------------------------------------------- /lexers/nim.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/lexers/nim.py -------------------------------------------------------------------------------- /lexers/oberon.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/lexers/oberon.py -------------------------------------------------------------------------------- /lexers/php.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/lexers/php.py -------------------------------------------------------------------------------- /lexers/python.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/lexers/python.py -------------------------------------------------------------------------------- /lexers/routeros.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/lexers/routeros.py -------------------------------------------------------------------------------- /lexers/skill.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/lexers/skill.py -------------------------------------------------------------------------------- /lexers/smallbasic.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/lexers/smallbasic.py -------------------------------------------------------------------------------- /lexers/spice.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/lexers/spice.py -------------------------------------------------------------------------------- /lexers/text.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/lexers/text.py -------------------------------------------------------------------------------- /lexers/treesitter.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/lexers/treesitter.py -------------------------------------------------------------------------------- /lexers/treesittermake.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/lexers/treesittermake.py -------------------------------------------------------------------------------- /lexers/treesitterpython.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/lexers/treesitterpython.py -------------------------------------------------------------------------------- /lexers/zig.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/lexers/zig.py -------------------------------------------------------------------------------- /libraryfunctions.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/libraryfunctions.py -------------------------------------------------------------------------------- /nim/build.nims: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/nim/build.nims -------------------------------------------------------------------------------- /nim/nim_lexers.nim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/nim/nim_lexers.nim -------------------------------------------------------------------------------- /nim/nim_lexers.pyd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/nim/nim_lexers.pyd -------------------------------------------------------------------------------- /nim/old/build.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/nim/old/build.py -------------------------------------------------------------------------------- /nim/old/nim_lexers.nim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/nim/old/nim_lexers.nim -------------------------------------------------------------------------------- /nim/old/nim_styling.nim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/nim/old/nim_styling.nim -------------------------------------------------------------------------------- /nim/old/setup.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/nim/old/setup.py -------------------------------------------------------------------------------- /nim/old/test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/nim/old/test.py -------------------------------------------------------------------------------- /qt.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/qt.py -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/requirements.txt -------------------------------------------------------------------------------- /resources/animations/wait.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/animations/wait.gif -------------------------------------------------------------------------------- /resources/exco-icon-win.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/exco-icon-win.ico -------------------------------------------------------------------------------- /resources/exco-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/exco-icon.png -------------------------------------------------------------------------------- /resources/exco-info.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/exco-info.png -------------------------------------------------------------------------------- /resources/feather/air-blue/activity.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-blue/activity.svg -------------------------------------------------------------------------------- /resources/feather/air-blue/airplay.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-blue/airplay.svg -------------------------------------------------------------------------------- /resources/feather/air-blue/anchor.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-blue/anchor.svg -------------------------------------------------------------------------------- /resources/feather/air-blue/aperture.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-blue/aperture.svg -------------------------------------------------------------------------------- /resources/feather/air-blue/archive.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-blue/archive.svg -------------------------------------------------------------------------------- /resources/feather/air-blue/arrow-up.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-blue/arrow-up.svg -------------------------------------------------------------------------------- /resources/feather/air-blue/at-sign.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-blue/at-sign.svg -------------------------------------------------------------------------------- /resources/feather/air-blue/award.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-blue/award.svg -------------------------------------------------------------------------------- /resources/feather/air-blue/bar-chart.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-blue/bar-chart.svg -------------------------------------------------------------------------------- /resources/feather/air-blue/battery.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-blue/battery.svg -------------------------------------------------------------------------------- /resources/feather/air-blue/bell-off.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-blue/bell-off.svg -------------------------------------------------------------------------------- /resources/feather/air-blue/bell.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-blue/bell.svg -------------------------------------------------------------------------------- /resources/feather/air-blue/bluetooth.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-blue/bluetooth.svg -------------------------------------------------------------------------------- /resources/feather/air-blue/bold.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-blue/bold.svg -------------------------------------------------------------------------------- /resources/feather/air-blue/book-open.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-blue/book-open.svg -------------------------------------------------------------------------------- /resources/feather/air-blue/book.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-blue/book.svg -------------------------------------------------------------------------------- /resources/feather/air-blue/bookmark.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-blue/bookmark.svg -------------------------------------------------------------------------------- /resources/feather/air-blue/box.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-blue/box.svg -------------------------------------------------------------------------------- /resources/feather/air-blue/briefcase.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-blue/briefcase.svg -------------------------------------------------------------------------------- /resources/feather/air-blue/calendar.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-blue/calendar.svg -------------------------------------------------------------------------------- /resources/feather/air-blue/camera.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-blue/camera.svg -------------------------------------------------------------------------------- /resources/feather/air-blue/cast.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-blue/cast.svg -------------------------------------------------------------------------------- /resources/feather/air-blue/check.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-blue/check.svg -------------------------------------------------------------------------------- /resources/feather/air-blue/chrome.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-blue/chrome.svg -------------------------------------------------------------------------------- /resources/feather/air-blue/circle.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-blue/circle.svg -------------------------------------------------------------------------------- /resources/feather/air-blue/clipboard.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-blue/clipboard.svg -------------------------------------------------------------------------------- /resources/feather/air-blue/clock.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-blue/clock.svg -------------------------------------------------------------------------------- /resources/feather/air-blue/cloud-off.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-blue/cloud-off.svg -------------------------------------------------------------------------------- /resources/feather/air-blue/cloud.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-blue/cloud.svg -------------------------------------------------------------------------------- /resources/feather/air-blue/code.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-blue/code.svg -------------------------------------------------------------------------------- /resources/feather/air-blue/codepen.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-blue/codepen.svg -------------------------------------------------------------------------------- /resources/feather/air-blue/coffee.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-blue/coffee.svg -------------------------------------------------------------------------------- /resources/feather/air-blue/columns.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-blue/columns.svg -------------------------------------------------------------------------------- /resources/feather/air-blue/command.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-blue/command.svg -------------------------------------------------------------------------------- /resources/feather/air-blue/compass.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-blue/compass.svg -------------------------------------------------------------------------------- /resources/feather/air-blue/copy.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-blue/copy.svg -------------------------------------------------------------------------------- /resources/feather/air-blue/cpu.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-blue/cpu.svg -------------------------------------------------------------------------------- /resources/feather/air-blue/crop.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-blue/crop.svg -------------------------------------------------------------------------------- /resources/feather/air-blue/crosshair.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-blue/crosshair.svg -------------------------------------------------------------------------------- /resources/feather/air-blue/database.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-blue/database.svg -------------------------------------------------------------------------------- /resources/feather/air-blue/delete.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-blue/delete.svg -------------------------------------------------------------------------------- /resources/feather/air-blue/disc.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-blue/disc.svg -------------------------------------------------------------------------------- /resources/feather/air-blue/divide.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-blue/divide.svg -------------------------------------------------------------------------------- /resources/feather/air-blue/download.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-blue/download.svg -------------------------------------------------------------------------------- /resources/feather/air-blue/dribbble.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-blue/dribbble.svg -------------------------------------------------------------------------------- /resources/feather/air-blue/droplet.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-blue/droplet.svg -------------------------------------------------------------------------------- /resources/feather/air-blue/edit-2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-blue/edit-2.svg -------------------------------------------------------------------------------- /resources/feather/air-blue/edit-3.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-blue/edit-3.svg -------------------------------------------------------------------------------- /resources/feather/air-blue/edit.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-blue/edit.svg -------------------------------------------------------------------------------- /resources/feather/air-blue/eye-off.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-blue/eye-off.svg -------------------------------------------------------------------------------- /resources/feather/air-blue/eye.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-blue/eye.svg -------------------------------------------------------------------------------- /resources/feather/air-blue/facebook.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-blue/facebook.svg -------------------------------------------------------------------------------- /resources/feather/air-blue/feather.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-blue/feather.svg -------------------------------------------------------------------------------- /resources/feather/air-blue/figma.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-blue/figma.svg -------------------------------------------------------------------------------- /resources/feather/air-blue/file-plus.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-blue/file-plus.svg -------------------------------------------------------------------------------- /resources/feather/air-blue/file-text.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-blue/file-text.svg -------------------------------------------------------------------------------- /resources/feather/air-blue/file.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-blue/file.svg -------------------------------------------------------------------------------- /resources/feather/air-blue/film.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-blue/film.svg -------------------------------------------------------------------------------- /resources/feather/air-blue/filter.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-blue/filter.svg -------------------------------------------------------------------------------- /resources/feather/air-blue/flag.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-blue/flag.svg -------------------------------------------------------------------------------- /resources/feather/air-blue/folder.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-blue/folder.svg -------------------------------------------------------------------------------- /resources/feather/air-blue/framer.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-blue/framer.svg -------------------------------------------------------------------------------- /resources/feather/air-blue/frown.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-blue/frown.svg -------------------------------------------------------------------------------- /resources/feather/air-blue/gift.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-blue/gift.svg -------------------------------------------------------------------------------- /resources/feather/air-blue/git-merge.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-blue/git-merge.svg -------------------------------------------------------------------------------- /resources/feather/air-blue/github.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-blue/github.svg -------------------------------------------------------------------------------- /resources/feather/air-blue/gitlab.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-blue/gitlab.svg -------------------------------------------------------------------------------- /resources/feather/air-blue/globe.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-blue/globe.svg -------------------------------------------------------------------------------- /resources/feather/air-blue/grid.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-blue/grid.svg -------------------------------------------------------------------------------- /resources/feather/air-blue/hash.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-blue/hash.svg -------------------------------------------------------------------------------- /resources/feather/air-blue/heart.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-blue/heart.svg -------------------------------------------------------------------------------- /resources/feather/air-blue/hexagon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-blue/hexagon.svg -------------------------------------------------------------------------------- /resources/feather/air-blue/home.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-blue/home.svg -------------------------------------------------------------------------------- /resources/feather/air-blue/image.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-blue/image.svg -------------------------------------------------------------------------------- /resources/feather/air-blue/inbox.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-blue/inbox.svg -------------------------------------------------------------------------------- /resources/feather/air-blue/info.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-blue/info.svg -------------------------------------------------------------------------------- /resources/feather/air-blue/instagram.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-blue/instagram.svg -------------------------------------------------------------------------------- /resources/feather/air-blue/italic.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-blue/italic.svg -------------------------------------------------------------------------------- /resources/feather/air-blue/key.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-blue/key.svg -------------------------------------------------------------------------------- /resources/feather/air-blue/layers.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-blue/layers.svg -------------------------------------------------------------------------------- /resources/feather/air-blue/layout.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-blue/layout.svg -------------------------------------------------------------------------------- /resources/feather/air-blue/life-buoy.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-blue/life-buoy.svg -------------------------------------------------------------------------------- /resources/feather/air-blue/link-2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-blue/link-2.svg -------------------------------------------------------------------------------- /resources/feather/air-blue/link.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-blue/link.svg -------------------------------------------------------------------------------- /resources/feather/air-blue/linkedin.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-blue/linkedin.svg -------------------------------------------------------------------------------- /resources/feather/air-blue/list.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-blue/list.svg -------------------------------------------------------------------------------- /resources/feather/air-blue/loader.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-blue/loader.svg -------------------------------------------------------------------------------- /resources/feather/air-blue/lock.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-blue/lock.svg -------------------------------------------------------------------------------- /resources/feather/air-blue/log-in.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-blue/log-in.svg -------------------------------------------------------------------------------- /resources/feather/air-blue/log-out.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-blue/log-out.svg -------------------------------------------------------------------------------- /resources/feather/air-blue/mail.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-blue/mail.svg -------------------------------------------------------------------------------- /resources/feather/air-blue/map-pin.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-blue/map-pin.svg -------------------------------------------------------------------------------- /resources/feather/air-blue/map.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-blue/map.svg -------------------------------------------------------------------------------- /resources/feather/air-blue/maximize.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-blue/maximize.svg -------------------------------------------------------------------------------- /resources/feather/air-blue/meh.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-blue/meh.svg -------------------------------------------------------------------------------- /resources/feather/air-blue/menu.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-blue/menu.svg -------------------------------------------------------------------------------- /resources/feather/air-blue/mic-off.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-blue/mic-off.svg -------------------------------------------------------------------------------- /resources/feather/air-blue/mic.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-blue/mic.svg -------------------------------------------------------------------------------- /resources/feather/air-blue/minimize.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-blue/minimize.svg -------------------------------------------------------------------------------- /resources/feather/air-blue/minus.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-blue/minus.svg -------------------------------------------------------------------------------- /resources/feather/air-blue/monitor.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-blue/monitor.svg -------------------------------------------------------------------------------- /resources/feather/air-blue/moon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-blue/moon.svg -------------------------------------------------------------------------------- /resources/feather/air-blue/move.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-blue/move.svg -------------------------------------------------------------------------------- /resources/feather/air-blue/music.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-blue/music.svg -------------------------------------------------------------------------------- /resources/feather/air-blue/octagon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-blue/octagon.svg -------------------------------------------------------------------------------- /resources/feather/air-blue/package.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-blue/package.svg -------------------------------------------------------------------------------- /resources/feather/air-blue/paperclip.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-blue/paperclip.svg -------------------------------------------------------------------------------- /resources/feather/air-blue/pause.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-blue/pause.svg -------------------------------------------------------------------------------- /resources/feather/air-blue/pen-tool.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-blue/pen-tool.svg -------------------------------------------------------------------------------- /resources/feather/air-blue/percent.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-blue/percent.svg -------------------------------------------------------------------------------- /resources/feather/air-blue/phone-off.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-blue/phone-off.svg -------------------------------------------------------------------------------- /resources/feather/air-blue/phone.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-blue/phone.svg -------------------------------------------------------------------------------- /resources/feather/air-blue/pie-chart.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-blue/pie-chart.svg -------------------------------------------------------------------------------- /resources/feather/air-blue/play.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-blue/play.svg -------------------------------------------------------------------------------- /resources/feather/air-blue/plus.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-blue/plus.svg -------------------------------------------------------------------------------- /resources/feather/air-blue/pocket.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-blue/pocket.svg -------------------------------------------------------------------------------- /resources/feather/air-blue/power.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-blue/power.svg -------------------------------------------------------------------------------- /resources/feather/air-blue/printer.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-blue/printer.svg -------------------------------------------------------------------------------- /resources/feather/air-blue/radio.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-blue/radio.svg -------------------------------------------------------------------------------- /resources/feather/air-blue/repeat.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-blue/repeat.svg -------------------------------------------------------------------------------- /resources/feather/air-blue/rewind.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-blue/rewind.svg -------------------------------------------------------------------------------- /resources/feather/air-blue/rotate-cw.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-blue/rotate-cw.svg -------------------------------------------------------------------------------- /resources/feather/air-blue/rss.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-blue/rss.svg -------------------------------------------------------------------------------- /resources/feather/air-blue/save.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-blue/save.svg -------------------------------------------------------------------------------- /resources/feather/air-blue/scissors.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-blue/scissors.svg -------------------------------------------------------------------------------- /resources/feather/air-blue/search.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-blue/search.svg -------------------------------------------------------------------------------- /resources/feather/air-blue/send.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-blue/send.svg -------------------------------------------------------------------------------- /resources/feather/air-blue/server.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-blue/server.svg -------------------------------------------------------------------------------- /resources/feather/air-blue/settings.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-blue/settings.svg -------------------------------------------------------------------------------- /resources/feather/air-blue/share-2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-blue/share-2.svg -------------------------------------------------------------------------------- /resources/feather/air-blue/share.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-blue/share.svg -------------------------------------------------------------------------------- /resources/feather/air-blue/shield.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-blue/shield.svg -------------------------------------------------------------------------------- /resources/feather/air-blue/shuffle.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-blue/shuffle.svg -------------------------------------------------------------------------------- /resources/feather/air-blue/sidebar.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-blue/sidebar.svg -------------------------------------------------------------------------------- /resources/feather/air-blue/skip-back.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-blue/skip-back.svg -------------------------------------------------------------------------------- /resources/feather/air-blue/slack.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-blue/slack.svg -------------------------------------------------------------------------------- /resources/feather/air-blue/slash.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-blue/slash.svg -------------------------------------------------------------------------------- /resources/feather/air-blue/sliders.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-blue/sliders.svg -------------------------------------------------------------------------------- /resources/feather/air-blue/smile.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-blue/smile.svg -------------------------------------------------------------------------------- /resources/feather/air-blue/speaker.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-blue/speaker.svg -------------------------------------------------------------------------------- /resources/feather/air-blue/square.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-blue/square.svg -------------------------------------------------------------------------------- /resources/feather/air-blue/star.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-blue/star.svg -------------------------------------------------------------------------------- /resources/feather/air-blue/sun.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-blue/sun.svg -------------------------------------------------------------------------------- /resources/feather/air-blue/sunrise.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-blue/sunrise.svg -------------------------------------------------------------------------------- /resources/feather/air-blue/sunset.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-blue/sunset.svg -------------------------------------------------------------------------------- /resources/feather/air-blue/tablet.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-blue/tablet.svg -------------------------------------------------------------------------------- /resources/feather/air-blue/tag.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-blue/tag.svg -------------------------------------------------------------------------------- /resources/feather/air-blue/target.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-blue/target.svg -------------------------------------------------------------------------------- /resources/feather/air-blue/terminal.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-blue/terminal.svg -------------------------------------------------------------------------------- /resources/feather/air-blue/thumbs-up.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-blue/thumbs-up.svg -------------------------------------------------------------------------------- /resources/feather/air-blue/tool.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-blue/tool.svg -------------------------------------------------------------------------------- /resources/feather/air-blue/trash-2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-blue/trash-2.svg -------------------------------------------------------------------------------- /resources/feather/air-blue/trash.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-blue/trash.svg -------------------------------------------------------------------------------- /resources/feather/air-blue/trello.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-blue/trello.svg -------------------------------------------------------------------------------- /resources/feather/air-blue/triangle.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-blue/triangle.svg -------------------------------------------------------------------------------- /resources/feather/air-blue/truck.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-blue/truck.svg -------------------------------------------------------------------------------- /resources/feather/air-blue/tv.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-blue/tv.svg -------------------------------------------------------------------------------- /resources/feather/air-blue/twitch.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-blue/twitch.svg -------------------------------------------------------------------------------- /resources/feather/air-blue/twitter.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-blue/twitter.svg -------------------------------------------------------------------------------- /resources/feather/air-blue/type.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-blue/type.svg -------------------------------------------------------------------------------- /resources/feather/air-blue/umbrella.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-blue/umbrella.svg -------------------------------------------------------------------------------- /resources/feather/air-blue/underline.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-blue/underline.svg -------------------------------------------------------------------------------- /resources/feather/air-blue/unlock.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-blue/unlock.svg -------------------------------------------------------------------------------- /resources/feather/air-blue/upload.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-blue/upload.svg -------------------------------------------------------------------------------- /resources/feather/air-blue/user-plus.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-blue/user-plus.svg -------------------------------------------------------------------------------- /resources/feather/air-blue/user-x.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-blue/user-x.svg -------------------------------------------------------------------------------- /resources/feather/air-blue/user.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-blue/user.svg -------------------------------------------------------------------------------- /resources/feather/air-blue/users.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-blue/users.svg -------------------------------------------------------------------------------- /resources/feather/air-blue/video-off.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-blue/video-off.svg -------------------------------------------------------------------------------- /resources/feather/air-blue/video.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-blue/video.svg -------------------------------------------------------------------------------- /resources/feather/air-blue/voicemail.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-blue/voicemail.svg -------------------------------------------------------------------------------- /resources/feather/air-blue/volume-1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-blue/volume-1.svg -------------------------------------------------------------------------------- /resources/feather/air-blue/volume-2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-blue/volume-2.svg -------------------------------------------------------------------------------- /resources/feather/air-blue/volume-x.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-blue/volume-x.svg -------------------------------------------------------------------------------- /resources/feather/air-blue/volume.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-blue/volume.svg -------------------------------------------------------------------------------- /resources/feather/air-blue/watch.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-blue/watch.svg -------------------------------------------------------------------------------- /resources/feather/air-blue/wifi-off.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-blue/wifi-off.svg -------------------------------------------------------------------------------- /resources/feather/air-blue/wifi.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-blue/wifi.svg -------------------------------------------------------------------------------- /resources/feather/air-blue/wind.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-blue/wind.svg -------------------------------------------------------------------------------- /resources/feather/air-blue/x-circle.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-blue/x-circle.svg -------------------------------------------------------------------------------- /resources/feather/air-blue/x-octagon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-blue/x-octagon.svg -------------------------------------------------------------------------------- /resources/feather/air-blue/x-square.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-blue/x-square.svg -------------------------------------------------------------------------------- /resources/feather/air-blue/x.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-blue/x.svg -------------------------------------------------------------------------------- /resources/feather/air-blue/youtube.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-blue/youtube.svg -------------------------------------------------------------------------------- /resources/feather/air-blue/zap-off.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-blue/zap-off.svg -------------------------------------------------------------------------------- /resources/feather/air-blue/zap.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-blue/zap.svg -------------------------------------------------------------------------------- /resources/feather/air-blue/zoom-in.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-blue/zoom-in.svg -------------------------------------------------------------------------------- /resources/feather/air-blue/zoom-out.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-blue/zoom-out.svg -------------------------------------------------------------------------------- /resources/feather/air-grey/activity.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-grey/activity.svg -------------------------------------------------------------------------------- /resources/feather/air-grey/airplay.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-grey/airplay.svg -------------------------------------------------------------------------------- /resources/feather/air-grey/anchor.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-grey/anchor.svg -------------------------------------------------------------------------------- /resources/feather/air-grey/aperture.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-grey/aperture.svg -------------------------------------------------------------------------------- /resources/feather/air-grey/archive.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-grey/archive.svg -------------------------------------------------------------------------------- /resources/feather/air-grey/arrow-up.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-grey/arrow-up.svg -------------------------------------------------------------------------------- /resources/feather/air-grey/at-sign.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-grey/at-sign.svg -------------------------------------------------------------------------------- /resources/feather/air-grey/award.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-grey/award.svg -------------------------------------------------------------------------------- /resources/feather/air-grey/bar-chart.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-grey/bar-chart.svg -------------------------------------------------------------------------------- /resources/feather/air-grey/battery.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-grey/battery.svg -------------------------------------------------------------------------------- /resources/feather/air-grey/bell-off.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-grey/bell-off.svg -------------------------------------------------------------------------------- /resources/feather/air-grey/bell.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-grey/bell.svg -------------------------------------------------------------------------------- /resources/feather/air-grey/bluetooth.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-grey/bluetooth.svg -------------------------------------------------------------------------------- /resources/feather/air-grey/bold.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-grey/bold.svg -------------------------------------------------------------------------------- /resources/feather/air-grey/book-open.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-grey/book-open.svg -------------------------------------------------------------------------------- /resources/feather/air-grey/book.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-grey/book.svg -------------------------------------------------------------------------------- /resources/feather/air-grey/bookmark.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-grey/bookmark.svg -------------------------------------------------------------------------------- /resources/feather/air-grey/box.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-grey/box.svg -------------------------------------------------------------------------------- /resources/feather/air-grey/briefcase.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-grey/briefcase.svg -------------------------------------------------------------------------------- /resources/feather/air-grey/calendar.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-grey/calendar.svg -------------------------------------------------------------------------------- /resources/feather/air-grey/camera.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-grey/camera.svg -------------------------------------------------------------------------------- /resources/feather/air-grey/cast.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-grey/cast.svg -------------------------------------------------------------------------------- /resources/feather/air-grey/check.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-grey/check.svg -------------------------------------------------------------------------------- /resources/feather/air-grey/chrome.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-grey/chrome.svg -------------------------------------------------------------------------------- /resources/feather/air-grey/circle.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-grey/circle.svg -------------------------------------------------------------------------------- /resources/feather/air-grey/clipboard.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-grey/clipboard.svg -------------------------------------------------------------------------------- /resources/feather/air-grey/clock.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-grey/clock.svg -------------------------------------------------------------------------------- /resources/feather/air-grey/cloud-off.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-grey/cloud-off.svg -------------------------------------------------------------------------------- /resources/feather/air-grey/cloud.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-grey/cloud.svg -------------------------------------------------------------------------------- /resources/feather/air-grey/code.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-grey/code.svg -------------------------------------------------------------------------------- /resources/feather/air-grey/codepen.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-grey/codepen.svg -------------------------------------------------------------------------------- /resources/feather/air-grey/coffee.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-grey/coffee.svg -------------------------------------------------------------------------------- /resources/feather/air-grey/columns.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-grey/columns.svg -------------------------------------------------------------------------------- /resources/feather/air-grey/command.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-grey/command.svg -------------------------------------------------------------------------------- /resources/feather/air-grey/compass.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-grey/compass.svg -------------------------------------------------------------------------------- /resources/feather/air-grey/copy.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-grey/copy.svg -------------------------------------------------------------------------------- /resources/feather/air-grey/cpu.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-grey/cpu.svg -------------------------------------------------------------------------------- /resources/feather/air-grey/crop.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-grey/crop.svg -------------------------------------------------------------------------------- /resources/feather/air-grey/crosshair.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-grey/crosshair.svg -------------------------------------------------------------------------------- /resources/feather/air-grey/database.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-grey/database.svg -------------------------------------------------------------------------------- /resources/feather/air-grey/delete.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-grey/delete.svg -------------------------------------------------------------------------------- /resources/feather/air-grey/disc.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-grey/disc.svg -------------------------------------------------------------------------------- /resources/feather/air-grey/divide.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-grey/divide.svg -------------------------------------------------------------------------------- /resources/feather/air-grey/download.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-grey/download.svg -------------------------------------------------------------------------------- /resources/feather/air-grey/dribbble.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-grey/dribbble.svg -------------------------------------------------------------------------------- /resources/feather/air-grey/droplet.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-grey/droplet.svg -------------------------------------------------------------------------------- /resources/feather/air-grey/edit-2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-grey/edit-2.svg -------------------------------------------------------------------------------- /resources/feather/air-grey/edit-3.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-grey/edit-3.svg -------------------------------------------------------------------------------- /resources/feather/air-grey/edit.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-grey/edit.svg -------------------------------------------------------------------------------- /resources/feather/air-grey/eye-off.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-grey/eye-off.svg -------------------------------------------------------------------------------- /resources/feather/air-grey/eye.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-grey/eye.svg -------------------------------------------------------------------------------- /resources/feather/air-grey/facebook.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-grey/facebook.svg -------------------------------------------------------------------------------- /resources/feather/air-grey/feather.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-grey/feather.svg -------------------------------------------------------------------------------- /resources/feather/air-grey/figma.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-grey/figma.svg -------------------------------------------------------------------------------- /resources/feather/air-grey/file-plus.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-grey/file-plus.svg -------------------------------------------------------------------------------- /resources/feather/air-grey/file-text.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-grey/file-text.svg -------------------------------------------------------------------------------- /resources/feather/air-grey/file.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-grey/file.svg -------------------------------------------------------------------------------- /resources/feather/air-grey/film.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-grey/film.svg -------------------------------------------------------------------------------- /resources/feather/air-grey/filter.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-grey/filter.svg -------------------------------------------------------------------------------- /resources/feather/air-grey/flag.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-grey/flag.svg -------------------------------------------------------------------------------- /resources/feather/air-grey/folder.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-grey/folder.svg -------------------------------------------------------------------------------- /resources/feather/air-grey/framer.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-grey/framer.svg -------------------------------------------------------------------------------- /resources/feather/air-grey/frown.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-grey/frown.svg -------------------------------------------------------------------------------- /resources/feather/air-grey/gift.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-grey/gift.svg -------------------------------------------------------------------------------- /resources/feather/air-grey/git-merge.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-grey/git-merge.svg -------------------------------------------------------------------------------- /resources/feather/air-grey/github.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-grey/github.svg -------------------------------------------------------------------------------- /resources/feather/air-grey/gitlab.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-grey/gitlab.svg -------------------------------------------------------------------------------- /resources/feather/air-grey/globe.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-grey/globe.svg -------------------------------------------------------------------------------- /resources/feather/air-grey/grid.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-grey/grid.svg -------------------------------------------------------------------------------- /resources/feather/air-grey/hash.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-grey/hash.svg -------------------------------------------------------------------------------- /resources/feather/air-grey/heart.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-grey/heart.svg -------------------------------------------------------------------------------- /resources/feather/air-grey/hexagon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-grey/hexagon.svg -------------------------------------------------------------------------------- /resources/feather/air-grey/home.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-grey/home.svg -------------------------------------------------------------------------------- /resources/feather/air-grey/image.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-grey/image.svg -------------------------------------------------------------------------------- /resources/feather/air-grey/inbox.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-grey/inbox.svg -------------------------------------------------------------------------------- /resources/feather/air-grey/info.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-grey/info.svg -------------------------------------------------------------------------------- /resources/feather/air-grey/instagram.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-grey/instagram.svg -------------------------------------------------------------------------------- /resources/feather/air-grey/italic.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-grey/italic.svg -------------------------------------------------------------------------------- /resources/feather/air-grey/key.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-grey/key.svg -------------------------------------------------------------------------------- /resources/feather/air-grey/layers.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-grey/layers.svg -------------------------------------------------------------------------------- /resources/feather/air-grey/layout.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-grey/layout.svg -------------------------------------------------------------------------------- /resources/feather/air-grey/life-buoy.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-grey/life-buoy.svg -------------------------------------------------------------------------------- /resources/feather/air-grey/link-2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-grey/link-2.svg -------------------------------------------------------------------------------- /resources/feather/air-grey/link.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-grey/link.svg -------------------------------------------------------------------------------- /resources/feather/air-grey/linkedin.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-grey/linkedin.svg -------------------------------------------------------------------------------- /resources/feather/air-grey/list.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-grey/list.svg -------------------------------------------------------------------------------- /resources/feather/air-grey/loader.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-grey/loader.svg -------------------------------------------------------------------------------- /resources/feather/air-grey/lock.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-grey/lock.svg -------------------------------------------------------------------------------- /resources/feather/air-grey/log-in.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-grey/log-in.svg -------------------------------------------------------------------------------- /resources/feather/air-grey/log-out.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-grey/log-out.svg -------------------------------------------------------------------------------- /resources/feather/air-grey/mail.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-grey/mail.svg -------------------------------------------------------------------------------- /resources/feather/air-grey/map-pin.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-grey/map-pin.svg -------------------------------------------------------------------------------- /resources/feather/air-grey/map.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-grey/map.svg -------------------------------------------------------------------------------- /resources/feather/air-grey/maximize.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-grey/maximize.svg -------------------------------------------------------------------------------- /resources/feather/air-grey/meh.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-grey/meh.svg -------------------------------------------------------------------------------- /resources/feather/air-grey/menu.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-grey/menu.svg -------------------------------------------------------------------------------- /resources/feather/air-grey/mic-off.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-grey/mic-off.svg -------------------------------------------------------------------------------- /resources/feather/air-grey/mic.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-grey/mic.svg -------------------------------------------------------------------------------- /resources/feather/air-grey/minimize.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-grey/minimize.svg -------------------------------------------------------------------------------- /resources/feather/air-grey/minus.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-grey/minus.svg -------------------------------------------------------------------------------- /resources/feather/air-grey/monitor.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-grey/monitor.svg -------------------------------------------------------------------------------- /resources/feather/air-grey/moon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-grey/moon.svg -------------------------------------------------------------------------------- /resources/feather/air-grey/move.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-grey/move.svg -------------------------------------------------------------------------------- /resources/feather/air-grey/music.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-grey/music.svg -------------------------------------------------------------------------------- /resources/feather/air-grey/octagon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-grey/octagon.svg -------------------------------------------------------------------------------- /resources/feather/air-grey/package.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-grey/package.svg -------------------------------------------------------------------------------- /resources/feather/air-grey/paperclip.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-grey/paperclip.svg -------------------------------------------------------------------------------- /resources/feather/air-grey/pause.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-grey/pause.svg -------------------------------------------------------------------------------- /resources/feather/air-grey/pen-tool.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-grey/pen-tool.svg -------------------------------------------------------------------------------- /resources/feather/air-grey/percent.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-grey/percent.svg -------------------------------------------------------------------------------- /resources/feather/air-grey/phone-off.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-grey/phone-off.svg -------------------------------------------------------------------------------- /resources/feather/air-grey/phone.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-grey/phone.svg -------------------------------------------------------------------------------- /resources/feather/air-grey/pie-chart.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-grey/pie-chart.svg -------------------------------------------------------------------------------- /resources/feather/air-grey/play.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-grey/play.svg -------------------------------------------------------------------------------- /resources/feather/air-grey/plus.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-grey/plus.svg -------------------------------------------------------------------------------- /resources/feather/air-grey/pocket.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-grey/pocket.svg -------------------------------------------------------------------------------- /resources/feather/air-grey/power.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-grey/power.svg -------------------------------------------------------------------------------- /resources/feather/air-grey/printer.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-grey/printer.svg -------------------------------------------------------------------------------- /resources/feather/air-grey/radio.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-grey/radio.svg -------------------------------------------------------------------------------- /resources/feather/air-grey/repeat.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-grey/repeat.svg -------------------------------------------------------------------------------- /resources/feather/air-grey/rewind.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-grey/rewind.svg -------------------------------------------------------------------------------- /resources/feather/air-grey/rotate-cw.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-grey/rotate-cw.svg -------------------------------------------------------------------------------- /resources/feather/air-grey/rss.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-grey/rss.svg -------------------------------------------------------------------------------- /resources/feather/air-grey/save.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-grey/save.svg -------------------------------------------------------------------------------- /resources/feather/air-grey/scissors.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-grey/scissors.svg -------------------------------------------------------------------------------- /resources/feather/air-grey/search.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-grey/search.svg -------------------------------------------------------------------------------- /resources/feather/air-grey/send.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-grey/send.svg -------------------------------------------------------------------------------- /resources/feather/air-grey/server.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-grey/server.svg -------------------------------------------------------------------------------- /resources/feather/air-grey/settings.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-grey/settings.svg -------------------------------------------------------------------------------- /resources/feather/air-grey/share-2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-grey/share-2.svg -------------------------------------------------------------------------------- /resources/feather/air-grey/share.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-grey/share.svg -------------------------------------------------------------------------------- /resources/feather/air-grey/shield.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-grey/shield.svg -------------------------------------------------------------------------------- /resources/feather/air-grey/shuffle.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-grey/shuffle.svg -------------------------------------------------------------------------------- /resources/feather/air-grey/sidebar.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-grey/sidebar.svg -------------------------------------------------------------------------------- /resources/feather/air-grey/skip-back.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-grey/skip-back.svg -------------------------------------------------------------------------------- /resources/feather/air-grey/slack.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-grey/slack.svg -------------------------------------------------------------------------------- /resources/feather/air-grey/slash.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-grey/slash.svg -------------------------------------------------------------------------------- /resources/feather/air-grey/sliders.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-grey/sliders.svg -------------------------------------------------------------------------------- /resources/feather/air-grey/smile.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-grey/smile.svg -------------------------------------------------------------------------------- /resources/feather/air-grey/speaker.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-grey/speaker.svg -------------------------------------------------------------------------------- /resources/feather/air-grey/square.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-grey/square.svg -------------------------------------------------------------------------------- /resources/feather/air-grey/star.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-grey/star.svg -------------------------------------------------------------------------------- /resources/feather/air-grey/sun.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-grey/sun.svg -------------------------------------------------------------------------------- /resources/feather/air-grey/sunrise.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-grey/sunrise.svg -------------------------------------------------------------------------------- /resources/feather/air-grey/sunset.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-grey/sunset.svg -------------------------------------------------------------------------------- /resources/feather/air-grey/tablet.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-grey/tablet.svg -------------------------------------------------------------------------------- /resources/feather/air-grey/tag.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-grey/tag.svg -------------------------------------------------------------------------------- /resources/feather/air-grey/target.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-grey/target.svg -------------------------------------------------------------------------------- /resources/feather/air-grey/terminal.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-grey/terminal.svg -------------------------------------------------------------------------------- /resources/feather/air-grey/thumbs-up.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-grey/thumbs-up.svg -------------------------------------------------------------------------------- /resources/feather/air-grey/tool.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-grey/tool.svg -------------------------------------------------------------------------------- /resources/feather/air-grey/trash-2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-grey/trash-2.svg -------------------------------------------------------------------------------- /resources/feather/air-grey/trash.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-grey/trash.svg -------------------------------------------------------------------------------- /resources/feather/air-grey/trello.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-grey/trello.svg -------------------------------------------------------------------------------- /resources/feather/air-grey/triangle.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-grey/triangle.svg -------------------------------------------------------------------------------- /resources/feather/air-grey/truck.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-grey/truck.svg -------------------------------------------------------------------------------- /resources/feather/air-grey/tv.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-grey/tv.svg -------------------------------------------------------------------------------- /resources/feather/air-grey/twitch.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-grey/twitch.svg -------------------------------------------------------------------------------- /resources/feather/air-grey/twitter.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-grey/twitter.svg -------------------------------------------------------------------------------- /resources/feather/air-grey/type.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-grey/type.svg -------------------------------------------------------------------------------- /resources/feather/air-grey/umbrella.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-grey/umbrella.svg -------------------------------------------------------------------------------- /resources/feather/air-grey/underline.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-grey/underline.svg -------------------------------------------------------------------------------- /resources/feather/air-grey/unlock.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-grey/unlock.svg -------------------------------------------------------------------------------- /resources/feather/air-grey/upload.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-grey/upload.svg -------------------------------------------------------------------------------- /resources/feather/air-grey/user-plus.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-grey/user-plus.svg -------------------------------------------------------------------------------- /resources/feather/air-grey/user-x.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-grey/user-x.svg -------------------------------------------------------------------------------- /resources/feather/air-grey/user.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-grey/user.svg -------------------------------------------------------------------------------- /resources/feather/air-grey/users.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-grey/users.svg -------------------------------------------------------------------------------- /resources/feather/air-grey/video-off.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-grey/video-off.svg -------------------------------------------------------------------------------- /resources/feather/air-grey/video.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-grey/video.svg -------------------------------------------------------------------------------- /resources/feather/air-grey/voicemail.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-grey/voicemail.svg -------------------------------------------------------------------------------- /resources/feather/air-grey/volume-1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-grey/volume-1.svg -------------------------------------------------------------------------------- /resources/feather/air-grey/volume-2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-grey/volume-2.svg -------------------------------------------------------------------------------- /resources/feather/air-grey/volume-x.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-grey/volume-x.svg -------------------------------------------------------------------------------- /resources/feather/air-grey/volume.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-grey/volume.svg -------------------------------------------------------------------------------- /resources/feather/air-grey/watch.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-grey/watch.svg -------------------------------------------------------------------------------- /resources/feather/air-grey/wifi-off.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-grey/wifi-off.svg -------------------------------------------------------------------------------- /resources/feather/air-grey/wifi.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-grey/wifi.svg -------------------------------------------------------------------------------- /resources/feather/air-grey/wind.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-grey/wind.svg -------------------------------------------------------------------------------- /resources/feather/air-grey/x-circle.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-grey/x-circle.svg -------------------------------------------------------------------------------- /resources/feather/air-grey/x-octagon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-grey/x-octagon.svg -------------------------------------------------------------------------------- /resources/feather/air-grey/x-square.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-grey/x-square.svg -------------------------------------------------------------------------------- /resources/feather/air-grey/x.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-grey/x.svg -------------------------------------------------------------------------------- /resources/feather/air-grey/youtube.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-grey/youtube.svg -------------------------------------------------------------------------------- /resources/feather/air-grey/zap-off.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-grey/zap-off.svg -------------------------------------------------------------------------------- /resources/feather/air-grey/zap.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-grey/zap.svg -------------------------------------------------------------------------------- /resources/feather/air-grey/zoom-in.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-grey/zoom-in.svg -------------------------------------------------------------------------------- /resources/feather/air-grey/zoom-out.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-grey/zoom-out.svg -------------------------------------------------------------------------------- /resources/feather/air-light-grey/box.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-light-grey/box.svg -------------------------------------------------------------------------------- /resources/feather/air-light-grey/cpu.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-light-grey/cpu.svg -------------------------------------------------------------------------------- /resources/feather/air-light-grey/eye.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-light-grey/eye.svg -------------------------------------------------------------------------------- /resources/feather/air-light-grey/key.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-light-grey/key.svg -------------------------------------------------------------------------------- /resources/feather/air-light-grey/map.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-light-grey/map.svg -------------------------------------------------------------------------------- /resources/feather/air-light-grey/meh.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-light-grey/meh.svg -------------------------------------------------------------------------------- /resources/feather/air-light-grey/mic.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-light-grey/mic.svg -------------------------------------------------------------------------------- /resources/feather/air-light-grey/rss.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-light-grey/rss.svg -------------------------------------------------------------------------------- /resources/feather/air-light-grey/sun.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-light-grey/sun.svg -------------------------------------------------------------------------------- /resources/feather/air-light-grey/tag.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-light-grey/tag.svg -------------------------------------------------------------------------------- /resources/feather/air-light-grey/tv.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-light-grey/tv.svg -------------------------------------------------------------------------------- /resources/feather/air-light-grey/x.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-light-grey/x.svg -------------------------------------------------------------------------------- /resources/feather/air-light-grey/zap.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/air-light-grey/zap.svg -------------------------------------------------------------------------------- /resources/feather/black/activity.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/black/activity.svg -------------------------------------------------------------------------------- /resources/feather/black/airplay.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/black/airplay.svg -------------------------------------------------------------------------------- /resources/feather/black/alert-circle.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/black/alert-circle.svg -------------------------------------------------------------------------------- /resources/feather/black/align-center.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/black/align-center.svg -------------------------------------------------------------------------------- /resources/feather/black/align-left.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/black/align-left.svg -------------------------------------------------------------------------------- /resources/feather/black/align-right.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/black/align-right.svg -------------------------------------------------------------------------------- /resources/feather/black/anchor.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/black/anchor.svg -------------------------------------------------------------------------------- /resources/feather/black/aperture.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/black/aperture.svg -------------------------------------------------------------------------------- /resources/feather/black/archive.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/black/archive.svg -------------------------------------------------------------------------------- /resources/feather/black/arrow-down.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/black/arrow-down.svg -------------------------------------------------------------------------------- /resources/feather/black/arrow-left.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/black/arrow-left.svg -------------------------------------------------------------------------------- /resources/feather/black/arrow-right.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/black/arrow-right.svg -------------------------------------------------------------------------------- /resources/feather/black/arrow-up.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/black/arrow-up.svg -------------------------------------------------------------------------------- /resources/feather/black/at-sign.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/black/at-sign.svg -------------------------------------------------------------------------------- /resources/feather/black/award.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/black/award.svg -------------------------------------------------------------------------------- /resources/feather/black/bar-chart-2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/black/bar-chart-2.svg -------------------------------------------------------------------------------- /resources/feather/black/bar-chart.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/black/bar-chart.svg -------------------------------------------------------------------------------- /resources/feather/black/battery.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/black/battery.svg -------------------------------------------------------------------------------- /resources/feather/black/bell-off.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/black/bell-off.svg -------------------------------------------------------------------------------- /resources/feather/black/bell.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/black/bell.svg -------------------------------------------------------------------------------- /resources/feather/black/bluetooth.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/black/bluetooth.svg -------------------------------------------------------------------------------- /resources/feather/black/bold.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/black/bold.svg -------------------------------------------------------------------------------- /resources/feather/black/book-open.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/black/book-open.svg -------------------------------------------------------------------------------- /resources/feather/black/book.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/black/book.svg -------------------------------------------------------------------------------- /resources/feather/black/bookmark.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/black/bookmark.svg -------------------------------------------------------------------------------- /resources/feather/black/box.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/black/box.svg -------------------------------------------------------------------------------- /resources/feather/black/briefcase.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/black/briefcase.svg -------------------------------------------------------------------------------- /resources/feather/black/calendar.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/black/calendar.svg -------------------------------------------------------------------------------- /resources/feather/black/camera-off.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/black/camera-off.svg -------------------------------------------------------------------------------- /resources/feather/black/camera.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/black/camera.svg -------------------------------------------------------------------------------- /resources/feather/black/cast.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/black/cast.svg -------------------------------------------------------------------------------- /resources/feather/black/check-circle.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/black/check-circle.svg -------------------------------------------------------------------------------- /resources/feather/black/check-square.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/black/check-square.svg -------------------------------------------------------------------------------- /resources/feather/black/check.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/black/check.svg -------------------------------------------------------------------------------- /resources/feather/black/chevron-down.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/black/chevron-down.svg -------------------------------------------------------------------------------- /resources/feather/black/chevron-left.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/black/chevron-left.svg -------------------------------------------------------------------------------- /resources/feather/black/chevron-up.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/black/chevron-up.svg -------------------------------------------------------------------------------- /resources/feather/black/chevrons-up.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/black/chevrons-up.svg -------------------------------------------------------------------------------- /resources/feather/black/chrome.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/black/chrome.svg -------------------------------------------------------------------------------- /resources/feather/black/circle.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/black/circle.svg -------------------------------------------------------------------------------- /resources/feather/black/clipboard.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/black/clipboard.svg -------------------------------------------------------------------------------- /resources/feather/black/clock.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/black/clock.svg -------------------------------------------------------------------------------- /resources/feather/black/cloud-off.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/black/cloud-off.svg -------------------------------------------------------------------------------- /resources/feather/black/cloud-rain.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/black/cloud-rain.svg -------------------------------------------------------------------------------- /resources/feather/black/cloud-snow.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/black/cloud-snow.svg -------------------------------------------------------------------------------- /resources/feather/black/cloud.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/black/cloud.svg -------------------------------------------------------------------------------- /resources/feather/black/code.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/black/code.svg -------------------------------------------------------------------------------- /resources/feather/black/codepen.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/black/codepen.svg -------------------------------------------------------------------------------- /resources/feather/black/codesandbox.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/black/codesandbox.svg -------------------------------------------------------------------------------- /resources/feather/black/coffee.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/black/coffee.svg -------------------------------------------------------------------------------- /resources/feather/black/columns.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/black/columns.svg -------------------------------------------------------------------------------- /resources/feather/black/command.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/black/command.svg -------------------------------------------------------------------------------- /resources/feather/black/compass.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/black/compass.svg -------------------------------------------------------------------------------- /resources/feather/black/copy.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/black/copy.svg -------------------------------------------------------------------------------- /resources/feather/black/cpu.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/black/cpu.svg -------------------------------------------------------------------------------- /resources/feather/black/credit-card.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/black/credit-card.svg -------------------------------------------------------------------------------- /resources/feather/black/crop.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/black/crop.svg -------------------------------------------------------------------------------- /resources/feather/black/crosshair.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/black/crosshair.svg -------------------------------------------------------------------------------- /resources/feather/black/database.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/black/database.svg -------------------------------------------------------------------------------- /resources/feather/black/delete.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/black/delete.svg -------------------------------------------------------------------------------- /resources/feather/black/disc.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/black/disc.svg -------------------------------------------------------------------------------- /resources/feather/black/divide.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/black/divide.svg -------------------------------------------------------------------------------- /resources/feather/black/dollar-sign.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/black/dollar-sign.svg -------------------------------------------------------------------------------- /resources/feather/black/download.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/black/download.svg -------------------------------------------------------------------------------- /resources/feather/black/dribbble.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/black/dribbble.svg -------------------------------------------------------------------------------- /resources/feather/black/droplet.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/black/droplet.svg -------------------------------------------------------------------------------- /resources/feather/black/edit-2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/black/edit-2.svg -------------------------------------------------------------------------------- /resources/feather/black/edit-3.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/black/edit-3.svg -------------------------------------------------------------------------------- /resources/feather/black/edit.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/black/edit.svg -------------------------------------------------------------------------------- /resources/feather/black/eye-off.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/black/eye-off.svg -------------------------------------------------------------------------------- /resources/feather/black/eye.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/black/eye.svg -------------------------------------------------------------------------------- /resources/feather/black/facebook.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/black/facebook.svg -------------------------------------------------------------------------------- /resources/feather/black/fast-forward.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/black/fast-forward.svg -------------------------------------------------------------------------------- /resources/feather/black/feather.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/black/feather.svg -------------------------------------------------------------------------------- /resources/feather/black/figma.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/black/figma.svg -------------------------------------------------------------------------------- /resources/feather/black/file-minus.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/black/file-minus.svg -------------------------------------------------------------------------------- /resources/feather/black/file-plus.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/black/file-plus.svg -------------------------------------------------------------------------------- /resources/feather/black/file-text.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/black/file-text.svg -------------------------------------------------------------------------------- /resources/feather/black/file.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/black/file.svg -------------------------------------------------------------------------------- /resources/feather/black/film.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/black/film.svg -------------------------------------------------------------------------------- /resources/feather/black/filter.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/black/filter.svg -------------------------------------------------------------------------------- /resources/feather/black/flag.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/black/flag.svg -------------------------------------------------------------------------------- /resources/feather/black/folder-minus.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/black/folder-minus.svg -------------------------------------------------------------------------------- /resources/feather/black/folder-plus.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/black/folder-plus.svg -------------------------------------------------------------------------------- /resources/feather/black/folder.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/black/folder.svg -------------------------------------------------------------------------------- /resources/feather/black/framer.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/black/framer.svg -------------------------------------------------------------------------------- /resources/feather/black/frown.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/black/frown.svg -------------------------------------------------------------------------------- /resources/feather/black/gift.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/black/gift.svg -------------------------------------------------------------------------------- /resources/feather/black/git-branch.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/black/git-branch.svg -------------------------------------------------------------------------------- /resources/feather/black/git-commit.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/black/git-commit.svg -------------------------------------------------------------------------------- /resources/feather/black/git-merge.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/black/git-merge.svg -------------------------------------------------------------------------------- /resources/feather/black/github.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/black/github.svg -------------------------------------------------------------------------------- /resources/feather/black/gitlab.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/black/gitlab.svg -------------------------------------------------------------------------------- /resources/feather/black/globe.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/black/globe.svg -------------------------------------------------------------------------------- /resources/feather/black/grid.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/black/grid.svg -------------------------------------------------------------------------------- /resources/feather/black/hard-drive.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/black/hard-drive.svg -------------------------------------------------------------------------------- /resources/feather/black/hash.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/black/hash.svg -------------------------------------------------------------------------------- /resources/feather/black/headphones.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/black/headphones.svg -------------------------------------------------------------------------------- /resources/feather/black/heart.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/black/heart.svg -------------------------------------------------------------------------------- /resources/feather/black/help-circle.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/black/help-circle.svg -------------------------------------------------------------------------------- /resources/feather/black/hexagon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/black/hexagon.svg -------------------------------------------------------------------------------- /resources/feather/black/home.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/black/home.svg -------------------------------------------------------------------------------- /resources/feather/black/image.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/black/image.svg -------------------------------------------------------------------------------- /resources/feather/black/inbox.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/black/inbox.svg -------------------------------------------------------------------------------- /resources/feather/black/info.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/black/info.svg -------------------------------------------------------------------------------- /resources/feather/black/instagram.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/black/instagram.svg -------------------------------------------------------------------------------- /resources/feather/black/italic.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/black/italic.svg -------------------------------------------------------------------------------- /resources/feather/black/key.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/black/key.svg -------------------------------------------------------------------------------- /resources/feather/black/layers.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/black/layers.svg -------------------------------------------------------------------------------- /resources/feather/black/layout.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/black/layout.svg -------------------------------------------------------------------------------- /resources/feather/black/life-buoy.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/black/life-buoy.svg -------------------------------------------------------------------------------- /resources/feather/black/link-2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/black/link-2.svg -------------------------------------------------------------------------------- /resources/feather/black/link.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/black/link.svg -------------------------------------------------------------------------------- /resources/feather/black/linkedin.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/black/linkedin.svg -------------------------------------------------------------------------------- /resources/feather/black/list.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/black/list.svg -------------------------------------------------------------------------------- /resources/feather/black/loader.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/black/loader.svg -------------------------------------------------------------------------------- /resources/feather/black/lock.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/black/lock.svg -------------------------------------------------------------------------------- /resources/feather/black/log-in.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/black/log-in.svg -------------------------------------------------------------------------------- /resources/feather/black/log-out.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/black/log-out.svg -------------------------------------------------------------------------------- /resources/feather/black/mail.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/black/mail.svg -------------------------------------------------------------------------------- /resources/feather/black/map-pin.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/black/map-pin.svg -------------------------------------------------------------------------------- /resources/feather/black/map.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/black/map.svg -------------------------------------------------------------------------------- /resources/feather/black/maximize-2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/black/maximize-2.svg -------------------------------------------------------------------------------- /resources/feather/black/maximize.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/black/maximize.svg -------------------------------------------------------------------------------- /resources/feather/black/meh.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/black/meh.svg -------------------------------------------------------------------------------- /resources/feather/black/menu.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/black/menu.svg -------------------------------------------------------------------------------- /resources/feather/black/mic-off.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/black/mic-off.svg -------------------------------------------------------------------------------- /resources/feather/black/mic.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/black/mic.svg -------------------------------------------------------------------------------- /resources/feather/black/minimize-2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/black/minimize-2.svg -------------------------------------------------------------------------------- /resources/feather/black/minimize.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/black/minimize.svg -------------------------------------------------------------------------------- /resources/feather/black/minus-circle.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/black/minus-circle.svg -------------------------------------------------------------------------------- /resources/feather/black/minus-square.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/black/minus-square.svg -------------------------------------------------------------------------------- /resources/feather/black/minus.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/black/minus.svg -------------------------------------------------------------------------------- /resources/feather/black/monitor.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/black/monitor.svg -------------------------------------------------------------------------------- /resources/feather/black/moon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/black/moon.svg -------------------------------------------------------------------------------- /resources/feather/black/move.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/black/move.svg -------------------------------------------------------------------------------- /resources/feather/black/music.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/black/music.svg -------------------------------------------------------------------------------- /resources/feather/black/navigation-2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/black/navigation-2.svg -------------------------------------------------------------------------------- /resources/feather/black/navigation.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/black/navigation.svg -------------------------------------------------------------------------------- /resources/feather/black/octagon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/black/octagon.svg -------------------------------------------------------------------------------- /resources/feather/black/package.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/black/package.svg -------------------------------------------------------------------------------- /resources/feather/black/paperclip.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/black/paperclip.svg -------------------------------------------------------------------------------- /resources/feather/black/pause-circle.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/black/pause-circle.svg -------------------------------------------------------------------------------- /resources/feather/black/pause.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/black/pause.svg -------------------------------------------------------------------------------- /resources/feather/black/pen-tool.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/black/pen-tool.svg -------------------------------------------------------------------------------- /resources/feather/black/percent.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/black/percent.svg -------------------------------------------------------------------------------- /resources/feather/black/phone-call.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/black/phone-call.svg -------------------------------------------------------------------------------- /resources/feather/black/phone-missed.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/black/phone-missed.svg -------------------------------------------------------------------------------- /resources/feather/black/phone-off.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/black/phone-off.svg -------------------------------------------------------------------------------- /resources/feather/black/phone.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/black/phone.svg -------------------------------------------------------------------------------- /resources/feather/black/pie-chart.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/black/pie-chart.svg -------------------------------------------------------------------------------- /resources/feather/black/play-circle.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/black/play-circle.svg -------------------------------------------------------------------------------- /resources/feather/black/play.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/black/play.svg -------------------------------------------------------------------------------- /resources/feather/black/plus-circle.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/black/plus-circle.svg -------------------------------------------------------------------------------- /resources/feather/black/plus-square.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/black/plus-square.svg -------------------------------------------------------------------------------- /resources/feather/black/plus.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/black/plus.svg -------------------------------------------------------------------------------- /resources/feather/black/pocket.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/black/pocket.svg -------------------------------------------------------------------------------- /resources/feather/black/power.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/black/power.svg -------------------------------------------------------------------------------- /resources/feather/black/printer.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/black/printer.svg -------------------------------------------------------------------------------- /resources/feather/black/radio.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/black/radio.svg -------------------------------------------------------------------------------- /resources/feather/black/refresh-ccw.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/black/refresh-ccw.svg -------------------------------------------------------------------------------- /resources/feather/black/refresh-cw.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/black/refresh-cw.svg -------------------------------------------------------------------------------- /resources/feather/black/repeat.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/black/repeat.svg -------------------------------------------------------------------------------- /resources/feather/black/rewind.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/black/rewind.svg -------------------------------------------------------------------------------- /resources/feather/black/rotate-ccw.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/black/rotate-ccw.svg -------------------------------------------------------------------------------- /resources/feather/black/rotate-cw.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/black/rotate-cw.svg -------------------------------------------------------------------------------- /resources/feather/black/rss.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/black/rss.svg -------------------------------------------------------------------------------- /resources/feather/black/save.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/black/save.svg -------------------------------------------------------------------------------- /resources/feather/black/scissors.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/black/scissors.svg -------------------------------------------------------------------------------- /resources/feather/black/search.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/black/search.svg -------------------------------------------------------------------------------- /resources/feather/black/send.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/black/send.svg -------------------------------------------------------------------------------- /resources/feather/black/server.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/black/server.svg -------------------------------------------------------------------------------- /resources/feather/black/settings.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/black/settings.svg -------------------------------------------------------------------------------- /resources/feather/black/share-2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/black/share-2.svg -------------------------------------------------------------------------------- /resources/feather/black/share.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/black/share.svg -------------------------------------------------------------------------------- /resources/feather/black/shield-off.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/black/shield-off.svg -------------------------------------------------------------------------------- /resources/feather/black/shield.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/black/shield.svg -------------------------------------------------------------------------------- /resources/feather/black/shopping-bag.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/black/shopping-bag.svg -------------------------------------------------------------------------------- /resources/feather/black/shuffle.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/black/shuffle.svg -------------------------------------------------------------------------------- /resources/feather/black/sidebar.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/black/sidebar.svg -------------------------------------------------------------------------------- /resources/feather/black/skip-back.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/black/skip-back.svg -------------------------------------------------------------------------------- /resources/feather/black/skip-forward.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/black/skip-forward.svg -------------------------------------------------------------------------------- /resources/feather/black/slack.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/black/slack.svg -------------------------------------------------------------------------------- /resources/feather/black/slash.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/black/slash.svg -------------------------------------------------------------------------------- /resources/feather/black/sliders.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/black/sliders.svg -------------------------------------------------------------------------------- /resources/feather/black/smartphone.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/black/smartphone.svg -------------------------------------------------------------------------------- /resources/feather/black/smile.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/black/smile.svg -------------------------------------------------------------------------------- /resources/feather/black/speaker.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/black/speaker.svg -------------------------------------------------------------------------------- /resources/feather/black/square.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/black/square.svg -------------------------------------------------------------------------------- /resources/feather/black/star.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/black/star.svg -------------------------------------------------------------------------------- /resources/feather/black/stop-circle.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/black/stop-circle.svg -------------------------------------------------------------------------------- /resources/feather/black/sun.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/black/sun.svg -------------------------------------------------------------------------------- /resources/feather/black/sunrise.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/black/sunrise.svg -------------------------------------------------------------------------------- /resources/feather/black/sunset.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/black/sunset.svg -------------------------------------------------------------------------------- /resources/feather/black/tablet.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/black/tablet.svg -------------------------------------------------------------------------------- /resources/feather/black/tag.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/black/tag.svg -------------------------------------------------------------------------------- /resources/feather/black/target.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/black/target.svg -------------------------------------------------------------------------------- /resources/feather/black/terminal.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/black/terminal.svg -------------------------------------------------------------------------------- /resources/feather/black/thermometer.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/black/thermometer.svg -------------------------------------------------------------------------------- /resources/feather/black/thumbs-down.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/black/thumbs-down.svg -------------------------------------------------------------------------------- /resources/feather/black/thumbs-up.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/black/thumbs-up.svg -------------------------------------------------------------------------------- /resources/feather/black/toggle-left.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/black/toggle-left.svg -------------------------------------------------------------------------------- /resources/feather/black/toggle-right.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/black/toggle-right.svg -------------------------------------------------------------------------------- /resources/feather/black/tool.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/black/tool.svg -------------------------------------------------------------------------------- /resources/feather/black/trash-2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/black/trash-2.svg -------------------------------------------------------------------------------- /resources/feather/black/trash.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/black/trash.svg -------------------------------------------------------------------------------- /resources/feather/black/trello.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/black/trello.svg -------------------------------------------------------------------------------- /resources/feather/black/trending-up.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/black/trending-up.svg -------------------------------------------------------------------------------- /resources/feather/black/triangle.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/black/triangle.svg -------------------------------------------------------------------------------- /resources/feather/black/truck.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/black/truck.svg -------------------------------------------------------------------------------- /resources/feather/black/tv.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/black/tv.svg -------------------------------------------------------------------------------- /resources/feather/black/twitch.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/black/twitch.svg -------------------------------------------------------------------------------- /resources/feather/black/twitter.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/black/twitter.svg -------------------------------------------------------------------------------- /resources/feather/black/type.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/black/type.svg -------------------------------------------------------------------------------- /resources/feather/black/umbrella.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/black/umbrella.svg -------------------------------------------------------------------------------- /resources/feather/black/underline.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/black/underline.svg -------------------------------------------------------------------------------- /resources/feather/black/unlock.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/black/unlock.svg -------------------------------------------------------------------------------- /resources/feather/black/upload-cloud.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/black/upload-cloud.svg -------------------------------------------------------------------------------- /resources/feather/black/upload.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/black/upload.svg -------------------------------------------------------------------------------- /resources/feather/black/user-check.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/black/user-check.svg -------------------------------------------------------------------------------- /resources/feather/black/user-minus.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/black/user-minus.svg -------------------------------------------------------------------------------- /resources/feather/black/user-plus.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/black/user-plus.svg -------------------------------------------------------------------------------- /resources/feather/black/user-x.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/black/user-x.svg -------------------------------------------------------------------------------- /resources/feather/black/user.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/black/user.svg -------------------------------------------------------------------------------- /resources/feather/black/users.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/black/users.svg -------------------------------------------------------------------------------- /resources/feather/black/video-off.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/black/video-off.svg -------------------------------------------------------------------------------- /resources/feather/black/video.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/black/video.svg -------------------------------------------------------------------------------- /resources/feather/black/voicemail.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/black/voicemail.svg -------------------------------------------------------------------------------- /resources/feather/black/volume-1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/black/volume-1.svg -------------------------------------------------------------------------------- /resources/feather/black/volume-2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/black/volume-2.svg -------------------------------------------------------------------------------- /resources/feather/black/volume-x.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/black/volume-x.svg -------------------------------------------------------------------------------- /resources/feather/black/volume.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/black/volume.svg -------------------------------------------------------------------------------- /resources/feather/black/watch.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/black/watch.svg -------------------------------------------------------------------------------- /resources/feather/black/wifi-off.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/black/wifi-off.svg -------------------------------------------------------------------------------- /resources/feather/black/wifi.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/black/wifi.svg -------------------------------------------------------------------------------- /resources/feather/black/wind.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/black/wind.svg -------------------------------------------------------------------------------- /resources/feather/black/x-circle.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/black/x-circle.svg -------------------------------------------------------------------------------- /resources/feather/black/x-octagon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/black/x-octagon.svg -------------------------------------------------------------------------------- /resources/feather/black/x-square.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/black/x-square.svg -------------------------------------------------------------------------------- /resources/feather/black/x.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/black/x.svg -------------------------------------------------------------------------------- /resources/feather/black/youtube.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/black/youtube.svg -------------------------------------------------------------------------------- /resources/feather/black/zap-off.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/black/zap-off.svg -------------------------------------------------------------------------------- /resources/feather/black/zap.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/black/zap.svg -------------------------------------------------------------------------------- /resources/feather/black/zoom-in.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/black/zoom-in.svg -------------------------------------------------------------------------------- /resources/feather/black/zoom-out.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/feather/black/zoom-out.svg -------------------------------------------------------------------------------- /resources/fonts/Audiowide/OFL.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/fonts/Audiowide/OFL.txt -------------------------------------------------------------------------------- /resources/fonts/CourierPrime-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/fonts/CourierPrime-Regular.ttf -------------------------------------------------------------------------------- /resources/fonts/DejaVuSansCode.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/fonts/DejaVuSansCode.ttf -------------------------------------------------------------------------------- /resources/fonts/FiraCode-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/fonts/FiraCode-Regular.ttf -------------------------------------------------------------------------------- /resources/fonts/Inconsolata-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/fonts/Inconsolata-Regular.ttf -------------------------------------------------------------------------------- /resources/fonts/Inconsolata/OFL.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/fonts/Inconsolata/OFL.txt -------------------------------------------------------------------------------- /resources/fonts/OpenSans-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/fonts/OpenSans-Regular.ttf -------------------------------------------------------------------------------- /resources/fonts/Selawik/OFL.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/fonts/Selawik/OFL.txt -------------------------------------------------------------------------------- /resources/fonts/Selawik/selawk.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/fonts/Selawik/selawk.ttf -------------------------------------------------------------------------------- /resources/fonts/Selawik/selawkb.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/fonts/Selawik/selawkb.ttf -------------------------------------------------------------------------------- /resources/fonts/Selawik/selawkl.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/fonts/Selawik/selawkl.ttf -------------------------------------------------------------------------------- /resources/fonts/Selawik/selawksb.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/fonts/Selawik/selawksb.ttf -------------------------------------------------------------------------------- /resources/fonts/Selawik/selawksl.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/fonts/Selawik/selawksl.ttf -------------------------------------------------------------------------------- /resources/fonts/UbuntuMono-R.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/fonts/UbuntuMono-R.ttf -------------------------------------------------------------------------------- /resources/fonts/selawik.regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/fonts/selawik.regular.ttf -------------------------------------------------------------------------------- /resources/language_icons/logo_ada.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/language_icons/logo_ada.png -------------------------------------------------------------------------------- /resources/language_icons/logo_awk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/language_icons/logo_awk.png -------------------------------------------------------------------------------- /resources/language_icons/logo_c.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/language_icons/logo_c.png -------------------------------------------------------------------------------- /resources/language_icons/logo_cpp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/language_icons/logo_cpp.png -------------------------------------------------------------------------------- /resources/language_icons/logo_css.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/language_icons/logo_css.png -------------------------------------------------------------------------------- /resources/language_icons/logo_d.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/language_icons/logo_d.png -------------------------------------------------------------------------------- /resources/language_icons/logo_idl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/language_icons/logo_idl.png -------------------------------------------------------------------------------- /resources/language_icons/logo_lua.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/language_icons/logo_lua.png -------------------------------------------------------------------------------- /resources/language_icons/logo_nim.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/language_icons/logo_nim.png -------------------------------------------------------------------------------- /resources/language_icons/logo_php.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/language_icons/logo_php.png -------------------------------------------------------------------------------- /resources/language_icons/logo_sql.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/language_icons/logo_sql.png -------------------------------------------------------------------------------- /resources/language_icons/logo_tcl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/language_icons/logo_tcl.png -------------------------------------------------------------------------------- /resources/language_icons/logo_tex.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/language_icons/logo_tex.png -------------------------------------------------------------------------------- /resources/language_icons/logo_xml.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/language_icons/logo_xml.png -------------------------------------------------------------------------------- /resources/language_icons/logo_zig.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/language_icons/logo_zig.png -------------------------------------------------------------------------------- /resources/programs/ctags.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/programs/ctags.exe -------------------------------------------------------------------------------- /resources/tango_icons/bookmark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/tango_icons/bookmark.png -------------------------------------------------------------------------------- /resources/tango_icons/bookmarks.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/tango_icons/bookmarks.png -------------------------------------------------------------------------------- /resources/tango_icons/close-tab.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/tango_icons/close-tab.png -------------------------------------------------------------------------------- /resources/tango_icons/computer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/tango_icons/computer.png -------------------------------------------------------------------------------- /resources/tango_icons/edit-clear.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/tango_icons/edit-clear.png -------------------------------------------------------------------------------- /resources/tango_icons/edit-copy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/tango_icons/edit-copy.png -------------------------------------------------------------------------------- /resources/tango_icons/edit-cut.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/tango_icons/edit-cut.png -------------------------------------------------------------------------------- /resources/tango_icons/edit-find.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/tango_icons/edit-find.png -------------------------------------------------------------------------------- /resources/tango_icons/edit-goto.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/tango_icons/edit-goto.png -------------------------------------------------------------------------------- /resources/tango_icons/edit-paste.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/tango_icons/edit-paste.png -------------------------------------------------------------------------------- /resources/tango_icons/edit-redo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/tango_icons/edit-redo.png -------------------------------------------------------------------------------- /resources/tango_icons/edit-undo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/tango_icons/edit-undo.png -------------------------------------------------------------------------------- /resources/tango_icons/file.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/tango_icons/file.png -------------------------------------------------------------------------------- /resources/tango_icons/folder-add.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/tango_icons/folder-add.png -------------------------------------------------------------------------------- /resources/tango_icons/folder-new.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/tango_icons/folder-new.png -------------------------------------------------------------------------------- /resources/tango_icons/folder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/tango_icons/folder.png -------------------------------------------------------------------------------- /resources/tango_icons/goto-end.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/tango_icons/goto-end.png -------------------------------------------------------------------------------- /resources/tango_icons/goto-start.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/tango_icons/goto-start.png -------------------------------------------------------------------------------- /resources/tango_icons/harddisk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/tango_icons/harddisk.png -------------------------------------------------------------------------------- /resources/tango_icons/lexers.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/tango_icons/lexers.png -------------------------------------------------------------------------------- /resources/tango_icons/one-dir-up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/tango_icons/one-dir-up.png -------------------------------------------------------------------------------- /resources/tango_icons/scroll-down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/tango_icons/scroll-down.png -------------------------------------------------------------------------------- /resources/tango_icons/scroll-up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/tango_icons/scroll-up.png -------------------------------------------------------------------------------- /resources/tango_icons/session-add.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/tango_icons/session-add.png -------------------------------------------------------------------------------- /resources/tango_icons/sessions.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/tango_icons/sessions.png -------------------------------------------------------------------------------- /resources/tango_icons/settings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/tango_icons/settings.png -------------------------------------------------------------------------------- /resources/tango_icons/theme-air.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/tango_icons/theme-air.png -------------------------------------------------------------------------------- /resources/tango_icons/theme-earth.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/tango_icons/theme-earth.png -------------------------------------------------------------------------------- /resources/tango_icons/theme-mc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/tango_icons/theme-mc.png -------------------------------------------------------------------------------- /resources/tango_icons/theme-water.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/tango_icons/theme-water.png -------------------------------------------------------------------------------- /resources/tango_icons/update-cwd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/tango_icons/update-cwd.png -------------------------------------------------------------------------------- /resources/tango_icons/view-log.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/tango_icons/view-log.png -------------------------------------------------------------------------------- /resources/tango_icons/wordwrap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/tango_icons/wordwrap.png -------------------------------------------------------------------------------- /resources/themes/air.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/themes/air.json -------------------------------------------------------------------------------- /resources/themes/earth.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/themes/earth.json -------------------------------------------------------------------------------- /resources/themes/mc.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/themes/mc.json -------------------------------------------------------------------------------- /resources/themes/water.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/themes/water.json -------------------------------------------------------------------------------- /resources/various/close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/various/close.png -------------------------------------------------------------------------------- /resources/various/dialog-error.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/various/dialog-error.png -------------------------------------------------------------------------------- /resources/various/dialog-question.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/various/dialog-question.png -------------------------------------------------------------------------------- /resources/various/dialog-warning.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/various/dialog-warning.png -------------------------------------------------------------------------------- /resources/various/dialog-yes-no.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/various/dialog-yes-no.png -------------------------------------------------------------------------------- /resources/various/function-wheel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/various/function-wheel.png -------------------------------------------------------------------------------- /resources/various/hex-button-edge.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/various/hex-button-edge.png -------------------------------------------------------------------------------- /resources/various/hex-green.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/various/hex-green.png -------------------------------------------------------------------------------- /resources/various/hex-red.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/various/hex-red.png -------------------------------------------------------------------------------- /resources/various/node_alias.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/various/node_alias.png -------------------------------------------------------------------------------- /resources/various/node_class.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/various/node_class.png -------------------------------------------------------------------------------- /resources/various/node_const.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/various/node_const.png -------------------------------------------------------------------------------- /resources/various/node_converter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/various/node_converter.png -------------------------------------------------------------------------------- /resources/various/node_function.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/various/node_function.png -------------------------------------------------------------------------------- /resources/various/node_iterator.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/various/node_iterator.png -------------------------------------------------------------------------------- /resources/various/node_macro.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/various/node_macro.png -------------------------------------------------------------------------------- /resources/various/node_method.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/various/node_method.png -------------------------------------------------------------------------------- /resources/various/node_module.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/various/node_module.png -------------------------------------------------------------------------------- /resources/various/node_namespace.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/various/node_namespace.png -------------------------------------------------------------------------------- /resources/various/node_pragma.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/various/node_pragma.png -------------------------------------------------------------------------------- /resources/various/node_procedure.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/various/node_procedure.png -------------------------------------------------------------------------------- /resources/various/node_template.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/various/node_template.png -------------------------------------------------------------------------------- /resources/various/node_type.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/various/node_type.png -------------------------------------------------------------------------------- /resources/various/node_unknown.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/various/node_unknown.png -------------------------------------------------------------------------------- /resources/various/node_variable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/various/node_variable.png -------------------------------------------------------------------------------- /resources/various/plus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/various/plus.png -------------------------------------------------------------------------------- /resources/various/window_insert.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/resources/various/window_insert.png -------------------------------------------------------------------------------- /settings/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/settings/__init__.py -------------------------------------------------------------------------------- /settings/constants.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/settings/constants.py -------------------------------------------------------------------------------- /settings/functions.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/settings/functions.py -------------------------------------------------------------------------------- /settings/old/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /settings/old/data.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/settings/old/data.py -------------------------------------------------------------------------------- /settings/old/settings.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/settings/old/settings.py -------------------------------------------------------------------------------- /settings/old/themes/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/settings/old/themes/__init__.py -------------------------------------------------------------------------------- /settings/old/themes/air.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/settings/old/themes/air.py -------------------------------------------------------------------------------- /settings/old/themes/earth.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/settings/old/themes/earth.py -------------------------------------------------------------------------------- /settings/old/themes/mc.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/settings/old/themes/mc.py -------------------------------------------------------------------------------- /settings/old/themes/water.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/settings/old/themes/water.py -------------------------------------------------------------------------------- /settings/settings.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/settings/settings.py -------------------------------------------------------------------------------- /themes/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/themes/__init__.py -------------------------------------------------------------------------------- /utilities/ExCo.desktop: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/utilities/ExCo.desktop -------------------------------------------------------------------------------- /utilities/freeze_exco.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matkuki/ExCo/HEAD/utilities/freeze_exco.py --------------------------------------------------------------------------------