Awesome
Oceanic Next Color Scheme
<a href="https://www.buymeacoffee.com/voronianski" target="_blank"><img src="https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png" height="20" alt="Buy Me A Coffee" style="height: auto !important;width: auto !important;" ></a>
<!-- [![PayPal](https://camo.githubusercontent.com/e14c85b542e06215f7e56c0763333ef1e9b9f9b7/68747470733a2f2f7777772e70617970616c6f626a656374732e636f6d2f656e5f55532f692f62746e2f62746e5f646f6e6174655f534d2e676966)](https://www.paypal.me/voronianski/5) -->Colorful Sublime Text 2/3 color scheme optimized for babel-sublime JavaScript syntax highlighter.
Install
- use Package Control
- or manually copy
Oceanic Next.tmTheme
file into/Packages/User
directory (path depends on your OS) - select scheme from
Sublime Text
->
Preferences
->
Color Scheme
Screenshot
Other Editors
Oceanic Next was also ported to:
- Atom Editor (thanks to Steve Lombardi).
- Vim (thanks to Chris Kempson)
- NeoVim (thanks to Mike Hartington)
- XCode (thanks to David Rodrigues)
- iTerm2 (thanks to Mike Hartington)
- gnome-terminal (thanks to Denys Dovhan)
- Eclipse (thanks to John Louderback)
- JetBrains Color Scheme (thanks to Minwe LUO)
- JetBrains Theme (thanks to Roman Frołow)
- VS Code (thanks to Mike Hartington)
- Komodo IDE/Edit (thanks to Sergey Kislyakov)
- fish shell (VI keybinding) (thanks to Jim Zenn)
- Emacs (thanks to Tengfei Guo)
- macOS Terminal (thanks to Robin Bentley)
- Sequel Pro (thanks to Thomas Billiet)
- Netbeans IDE (thanks to Thomas Billiet)
- photon.sh (thanks to Félix Sanz)
- Hyper (thanks to Robin Bentley)
- Windows Terminal (thanks to Yi Hyunjoon)
You may also want to look at base16-oceanic-next. This project generates the Oceanic Next color scheme for a variety of text editors using base16-builder
.
PowerShell
You can use concfg
to install theme for Powershell. First with iex
install scoop
, and with scoop
install concfg
(answer on StackOverflow):
iex (new-object net.webclient).downloadstring('https://get.scoop.sh')
scoop install concfg
concfg import oceanicnext
Similar Schemes
Oceanic Next inspired another schemes which extend syntax or change some of its aspects:
- Yoceanic Next by Cameron Bourke is available only for Atom editor
- Oceanic Next Purple by Ergenekon Yigit is available only for Atom editor
- Oceanic Plus by Marco Scannadinari is available only for VS Code
Color Palette
There is a list of colors used in Oceanic Next. Check it before porting the color scheme to another environment.
<img src="https://raw.githubusercontent.com/voronianski/oceanic-next-theme/master/colors.png" width="350" />base 00: #1B2B34
base 01: #343D46
base 02: #4F5B66
base 03: #65737E
base 04: #A7ADBA
base 05: #C0C5CE
base 06: #CDD3DE
base 07: #D8DEE9
base 08: #EC5f67
base 09: #F99157
base 0A: #FAC863
base 0B: #99C794
base 0C: #5FB3B3
base 0D: #6699CC
base 0E: #C594C5
base 0F: #AB7967
Companion Sublime UI Themes
References
Theme is inspired by Base16 Ocean Dark Theme which was my long time favorite and based on Oceanic Eighties Color Scheme.
Development
If you'd like to help with development of the color scheme please follow these simple rules:
- add new styles to the theme inside
.YAML-tmTheme
file - generate
.tmTheme
xml file with AAAPackageDev for Sublime - to inspect scopes inside Sublime you can use
Cmd + Alt + P
command (on MacOS)
Support
<a href="https://www.buymeacoffee.com/voronianski" target="_blank"><img src="https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png" width="150" alt="Buy Me A Coffee" style="height: auto !important;width: auto !important;" ></a>
or consider donating through PayPal :moneybag:
MIT Licensed