From 3c4c4aef5aa77dd4b314fe79306650a0ab3978dd Mon Sep 17 00:00:00 2001 From: LelouchFR Date: Wed, 14 Feb 2024 22:45:44 +0100 Subject: [PATCH] IDE & Text editors: added VSCodium, Sublime Text, Pycharm, Webstorm, Phpstorm, CLion, Rider --- icons/CLion-Dark.svg | 41 +++++++++++++++++++++++++++++++++++ icons/CLion-Light.svg | 41 +++++++++++++++++++++++++++++++++++ icons/PhpStorm-Dark.svg | 46 ++++++++++++++++++++++++++++++++++++++++ icons/PhpStorm-Light.svg | 46 ++++++++++++++++++++++++++++++++++++++++ icons/PyCharm-Dark.svg | 41 +++++++++++++++++++++++++++++++++++ icons/PyCharm-Light.svg | 41 +++++++++++++++++++++++++++++++++++ icons/Rider-Dark.svg | 36 +++++++++++++++++++++++++++++++ icons/Rider-Light.svg | 36 +++++++++++++++++++++++++++++++ icons/Sublime-Dark.svg | 23 ++++++++++++++++++++ icons/Sublime-Light.svg | 23 ++++++++++++++++++++ icons/VSCodium-Dark.svg | 20 +++++++++++++++++ icons/VSCodium-Light.svg | 20 +++++++++++++++++ icons/WebStorm-Dark.svg | 34 +++++++++++++++++++++++++++++ icons/WebStorm-Light.svg | 34 +++++++++++++++++++++++++++++ readme.md | 13 ++++++++++++ 15 files changed, 495 insertions(+) create mode 100644 icons/CLion-Dark.svg create mode 100644 icons/CLion-Light.svg create mode 100644 icons/PhpStorm-Dark.svg create mode 100644 icons/PhpStorm-Light.svg create mode 100644 icons/PyCharm-Dark.svg create mode 100644 icons/PyCharm-Light.svg create mode 100644 icons/Rider-Dark.svg create mode 100644 icons/Rider-Light.svg create mode 100644 icons/Sublime-Dark.svg create mode 100644 icons/Sublime-Light.svg create mode 100644 icons/VSCodium-Dark.svg create mode 100644 icons/VSCodium-Light.svg create mode 100644 icons/WebStorm-Dark.svg create mode 100644 icons/WebStorm-Light.svg diff --git a/icons/CLion-Dark.svg b/icons/CLion-Dark.svg new file mode 100644 index 00000000..3c2d9deb --- /dev/null +++ b/icons/CLion-Dark.svg @@ -0,0 +1,41 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/icons/CLion-Light.svg b/icons/CLion-Light.svg new file mode 100644 index 00000000..b511fdd1 --- /dev/null +++ b/icons/CLion-Light.svg @@ -0,0 +1,41 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/icons/PhpStorm-Dark.svg b/icons/PhpStorm-Dark.svg new file mode 100644 index 00000000..7bd54f8c --- /dev/null +++ b/icons/PhpStorm-Dark.svg @@ -0,0 +1,46 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/icons/PhpStorm-Light.svg b/icons/PhpStorm-Light.svg new file mode 100644 index 00000000..1e95365f --- /dev/null +++ b/icons/PhpStorm-Light.svg @@ -0,0 +1,46 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/icons/PyCharm-Dark.svg b/icons/PyCharm-Dark.svg new file mode 100644 index 00000000..98fb1020 --- /dev/null +++ b/icons/PyCharm-Dark.svg @@ -0,0 +1,41 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/icons/PyCharm-Light.svg b/icons/PyCharm-Light.svg new file mode 100644 index 00000000..a7a922c9 --- /dev/null +++ b/icons/PyCharm-Light.svg @@ -0,0 +1,41 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/icons/Rider-Dark.svg b/icons/Rider-Dark.svg new file mode 100644 index 00000000..dd74d76c --- /dev/null +++ b/icons/Rider-Dark.svg @@ -0,0 +1,36 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/icons/Rider-Light.svg b/icons/Rider-Light.svg new file mode 100644 index 00000000..986cb19e --- /dev/null +++ b/icons/Rider-Light.svg @@ -0,0 +1,36 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/icons/Sublime-Dark.svg b/icons/Sublime-Dark.svg new file mode 100644 index 00000000..abbff4f1 --- /dev/null +++ b/icons/Sublime-Dark.svg @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + + + + + + + diff --git a/icons/Sublime-Light.svg b/icons/Sublime-Light.svg new file mode 100644 index 00000000..e504bd2a --- /dev/null +++ b/icons/Sublime-Light.svg @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + + + + + + + diff --git a/icons/VSCodium-Dark.svg b/icons/VSCodium-Dark.svg new file mode 100644 index 00000000..876ece27 --- /dev/null +++ b/icons/VSCodium-Dark.svg @@ -0,0 +1,20 @@ + + + + + + + + + + + + + + + + + + + + diff --git a/icons/VSCodium-Light.svg b/icons/VSCodium-Light.svg new file mode 100644 index 00000000..db06b4fd --- /dev/null +++ b/icons/VSCodium-Light.svg @@ -0,0 +1,20 @@ + + + + + + + + + + + + + + + + + + + + diff --git a/icons/WebStorm-Dark.svg b/icons/WebStorm-Dark.svg new file mode 100644 index 00000000..50ba1963 --- /dev/null +++ b/icons/WebStorm-Dark.svg @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/icons/WebStorm-Light.svg b/icons/WebStorm-Light.svg new file mode 100644 index 00000000..ca0beca7 --- /dev/null +++ b/icons/WebStorm-Light.svg @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/readme.md b/readme.md index b2eaf4ce..8ec48987 100644 --- a/readme.md +++ b/readme.md @@ -98,6 +98,7 @@ Here's a list of all the icons currently supported. Feel free to open an issue t | `ansible` | | | `apollo` | | | `appwrite` | | +| `arch` | | | `arduino` | | | `astro` | | | `atom` | | @@ -119,6 +120,7 @@ Here's a list of all the icons currently supported. Feel free to open an issue t | `cpp` | | | `crystal` | | | `cassandra` | | +| `clion` | | | `clojure` | | | `cloudflare` | | | `cmake` | | @@ -127,6 +129,7 @@ Here's a list of all the icons currently supported. Feel free to open an issue t | `css` | | | `d3` | | | `dart` | | +| `debian` | | | `deno` | | | `devto` | | | `discord` | | @@ -183,6 +186,7 @@ Here's a list of all the icons currently supported. Feel free to open an issue t | `jest` | | | `jquery` | | | `kafka` | | +| `kali` | | | `kotlin` | | | `ktor` | | | `kubernetes` | | @@ -197,6 +201,7 @@ Here's a list of all the icons currently supported. Feel free to open an issue t | `materialui` | | | `matlab` | | | `maven` | | +| `mint` | | | `misskey` | | | `mongodb` | | | `mysql` | | @@ -219,6 +224,7 @@ Here's a list of all the icons currently supported. Feel free to open an issue t | `perl` | | | `ps` | | | `php` | | +| `phpstorm` | | | `plan9` | | | `planetscale` | | | `pnpm` | | @@ -230,6 +236,7 @@ Here's a list of all the icons currently supported. Feel free to open an issue t | `processing` | | | `prometheus` | | | `pug` | | +| `pycharm` | | | `py` | | | `pytorch` | | | `qt` | | @@ -239,11 +246,13 @@ Here's a list of all the icons currently supported. Feel free to open an issue t | `raspberrypi` | | | `react` | | | `reactivex` | | +| `redhat` | | | `redis` | | | `redux` | | | `regex` | | | `remix` | | | `replit` | | +| `rider` | | | `robloxstudio` | | | `rocket` | | | `rollupjs` | | @@ -255,6 +264,7 @@ Here's a list of all the icons currently supported. Feel free to open an issue t | `sqlite` | | | `stackoverflow` | | | `styledcomponents` | | +| `sublime` | | | `supabase` | | | `scala` | | | `sklearn` | | @@ -275,6 +285,7 @@ Here's a list of all the icons currently supported. Feel free to open an issue t | `threejs` | | | `twitter` | | | `ts` | | +| `ubuntu` | | | `unity` | | | `unreal` | | | `v` | | @@ -285,10 +296,12 @@ Here's a list of all the icons currently supported. Feel free to open an issue t | `vite` | | | `vitest` | | | `vscode` | | +| `vscodium` | | | `vue` | | | `wasm` | | | `webflow` | | | `webpack` | | +| `webstorm` | | | `windicss` | | | `wordpress` | | | `workers` | |