An open API service indexing awesome lists of open source software.

https://github.com/aichbauer/space-ocean-kit-refined

This is refined redesign of the theme OceanKit. Supported files: *.js, *.html, *.css, *.jsx, *.json, *.md, and *.py
https://github.com/aichbauer/space-ocean-kit-refined

kit ocean refined space space-ocean-kit-refined vscode vscode-extension vscode-theme

Last synced: 9 months ago
JSON representation

This is refined redesign of the theme OceanKit. Supported files: *.js, *.html, *.css, *.jsx, *.json, *.md, and *.py

Awesome Lists containing this project

README

          

# Space Ocean Kit Refined

This is a refined redesign of the theme [OceanKit](https://marketplace.visualstudio.com/items?itemName=chipcollier.Theme-OceanKit) with a little inspiration from [One Dark Pro](https://marketplace.visualstudio.com/items?itemName=zhuangtongfa.Material-theme).

[GitHub Repository](https://www.github.com/aichbauer/space-ocean-kit-refined)

## Changelog

[CHANGELOG.md](./CHANGELOG.md)

## ScreenShots

To get the best feeling while programming without any distractions it is recommended to use the following additional settings.

```json
{
"editor.fontFamily": "IBM Plex Mono",
"editor.fontLigatures": true,
"editor.fontSize": 13,
"editor.fontWeight": "100",
"editor.insertSpaces": true,
"editor.tabSize": 2,
}
```

[IBM Plex Mono](https://fonts.google.com/specimen/IBM+Plex+Mono) is a free font, which you can get on [Google Fonts](https://fonts.google.com/specimen/IBM+Plex+Mono)

### JS

![JS demo](./images/js-demo.png)

### JSX (React)

![JSX demo](./images/jsx-demo.png)

### HTML

![HTML demo](./images/html-demo.png)

### CSS

![CSS demo](./images/css-demo.png)

### JSON

![JSON demo](./images/json-demo.png)

### Python

![Python demo](./images/python-demo.png)

### Markdown

![Markdown demo](./images/markdown-demo.png)

## Contributing

To keep the developing part as easy as possible, please use the `themes/SpaceOceanKitRefined-dev.json` and copy that into your `settings.json`. When you are finished with your fix or new feature use copy the changes into `themes/SpaceOceanKitRefined-dev.json`.