https://github.com/divyanshu013/oceanic-darker
A darker oceanic theme for VSCode :ocean:
https://github.com/divyanshu013/oceanic-darker
oceanic oceanic-next vscode-theme
Last synced: 3 months ago
JSON representation
A darker oceanic theme for VSCode :ocean:
- Host: GitHub
- URL: https://github.com/divyanshu013/oceanic-darker
- Owner: divyanshu013
- License: mit
- Created: 2018-01-03T06:37:53.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-01-20T20:52:17.000Z (over 7 years ago)
- Last Synced: 2025-01-24T00:28:54.458Z (5 months ago)
- Topics: oceanic, oceanic-next, vscode-theme
- Homepage: https://marketplace.visualstudio.com/items?itemName=divyanshu013.oceanic-darker
- Size: 468 KB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Oceanic Darker
## A darker version of my all-time favorite oceanic

## Installation
Find the theme on marketplace here or fire up the command palette with Ctrl + Shift + P and enter:
```
ext install oceanic-darker
```## Preview

## Preview Coding Environment
- **OS** macOS High Seirra
- **Primary font** [Fira Code with ligatures](https://github.com/tonsky/FiraCode)
- **Secondary font** [Flott Flott](https://www.google.co.in/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&cad=rja&uact=8&ved=0ahUKEwj0yrecovPWAhUC6Y8KHcmTCSMQFggnMAA&url=https%3A%2F%2Fwww.dafont.com%2Fflottflott.font&usg=AOvVaw1bM3uloP1gLcvFInvJnAIg)
- **Customizations** [VS Code custom CSS plugin](https://github.com/be5invis/vscode-custom-css). Add the snippet to render the secondary font correctly and hide the feedback icon```css
.mtki {
font-family: 'flottflott';
font-style: normal;
font-weight: 400;
font-size: 1.6em;
}.send-feedback.mask-icon {
display: none;
}.statusbar-item.right.__CUSTOM_CSS_JS_INDICATOR_CLS .octicon.octicon-paintcan {
display: none;
}
```## Bugs and Issues
Found an issue with the theme? Does it look weird with some particular code snippet? No worries, please report an [issue](https://github.com/divyanshu013/oceanic-darker/issues) with the snippet and a screenshot and I'll get back to it :grin:
## License
MIT