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
- Host: GitHub
- URL: https://github.com/aichbauer/space-ocean-kit-refined
- Owner: aichbauer
- License: mit
- Created: 2018-05-14T22:45:50.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-28T20:50:46.000Z (about 8 years ago)
- Last Synced: 2025-03-04T20:40:53.441Z (over 1 year ago)
- Topics: kit, ocean, refined, space, space-ocean-kit-refined, vscode, vscode-extension, vscode-theme
- Homepage:
- Size: 6.01 MB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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

### JSX (React)

### HTML

### CSS

### JSON

### Python

### Markdown

## 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`.