Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lokeshkavisth/oceanic-depths
inspired by the colours of the ocean
https://github.com/lokeshkavisth/oceanic-depths
dark-theme editor-theme night-theme oceanic-depths visual-studio-code-theme vscode-extension vscode-theme
Last synced: 21 days ago
JSON representation
inspired by the colours of the ocean
- Host: GitHub
- URL: https://github.com/lokeshkavisth/oceanic-depths
- Owner: lokeshkavisth
- License: mit
- Created: 2023-05-03T06:58:56.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-05-04T04:17:33.000Z (over 1 year ago)
- Last Synced: 2024-11-09T12:07:31.133Z (3 months ago)
- Topics: dark-theme, editor-theme, night-theme, oceanic-depths, visual-studio-code-theme, vscode-extension, vscode-theme
- Homepage: https://marketplace.visualstudio.com/items?itemName=LokeshKavisth.oceanic-depths&ssr=false#overview
- Size: 684 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# [Oceanic-Depths](https://marketplace.visualstudio.com/items?itemName=LokeshKavisth.darkroom)
## [GitHub Repo](https://github.com/lokeshkavisth/darkroom)
The Oceanic Depths VSCode theme is a beautiful and soothing theme that is perfect for those who want to code in style. Inspired by the colors of the ocean, this theme uses a dark color scheme that features shades of blue and green to create a calming and relaxing atmosphere.
## SCREENSHOTS
![1](./preview/Oceanic-depths-preview-1.png)
## Donation
If you like this Theme, you could donate via **[PayPal](https://www.paypal.me/lokeshkavisth)** It will encourage me to make this Theme better and better!
### Suggest Editor Settings
```
"editor.fontSize": 20,
"editor.lineHeight": 30,
"editor.fontFamily": "JetBrains Mono",
```JetBrains Mono Download: https://www.jetbrains.com/lp/mono
### Tweaks & theming
If you want to play around with new colors, use the setting
`workbench.colorCustomizations` to customize the currently selected theme. For
example, you can add this snippet in your "settings.json" file:```json
"workbench.colorCustomizations": {
"tab.activeBackground": "#495f77",
"activityBar.background": "#002636",
"sideBar.background": "#001b29",
"tab.activeBorder": "#0082e2",
}
```[more info](https://code.visualstudio.com/api/references/theme-color)
## For more information
- [Twitter](http://twitter.com/lokeshkavisth)
**Enjoy!**