Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
13 changes: 13 additions & 0 deletions VSCodium.md
Original file line number Diff line number Diff line change
@@ -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