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.
If you like this Theme, you could donate via PayPal It will encourage me to make this Theme better and better!
"editor.fontSize": 20,
"editor.lineHeight": 30,
"editor.fontFamily": "JetBrains Mono",
JetBrains Mono Download: https://www.jetbrains.com/lp/mono
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:
"workbench.colorCustomizations": {
"tab.activeBackground": "#495f77",
"activityBar.background": "#002636",
"sideBar.background": "#001b29",
"tab.activeBorder": "#0082e2",
}
Enjoy!