diff --git a/README.md b/README.md index 21dff42..5051f72 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,9 @@ > **NOTE**: This theme includes a variant with italic keywords that looks great with fonts like Operator Mono or Catograph Mono +## VSCodium +*If using vscodium and Andromeda is not available as an extension see VSCodium.md* + ## License [MIT](https://github.com/EliverLara/Andromeda/blob/master/LICENSE.md) diff --git a/VSCodium.md b/VSCodium.md new file mode 100644 index 0000000..ce180a8 --- /dev/null +++ b/VSCodium.md @@ -0,0 +1,13 @@ +## VSCodium + +### If Andromeda is not an available extension in VSCodium, the theme can be made available as follows + +clone this repository +``` +$ git clone https://github.com/EliverLara/Andromeda.git +``` +move the ```Andromeda``` directory to your hidden VSCodium settings directory, in your home folder by default: +``` +$ mv Andromeda/ /home/username/.vscode-oss/extensions +``` +Andromeda theme options will be available after restarting VSCodium