Giter Club home page Giter Club logo

oceanic-plus's Introduction

Oceanic Plus

Oceanic Plus is a color scheme based on the popular Oceanic Next, with enhanced VSCode-specific enhancements targeting the workspace and other UI elements.

Inspiration taken from One Dark, Ayu, and of course Oceanic Next!

Workspace

Syntax

Credits

oceanic-plus's People

Contributors

marcoms avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

oceanic-plus's Issues

Font used in screenshots

I love the typeface used in the screenshots. It looks like typefaces cannot be controlled by the theme, so what font do I need to use to make my VSCode look like the screen shot?

Missing license

I would like to use this theme in a context where license information is needed to be provided. Could you please update your project with a license and release a version with it?

Update for new VSCode version

VSCode seems to have updated and is now inserting colors that are noticeably off-theme.

Any chance of an update to tame these harsh yellows and magentas?

const cacheIds = await shouldCacheIds()

Color settings

Would you mind adding these settings into your default json so that users do not have to add these in their custom json.

"workbench.colorCustomizations": {
        "activityBarBadge.background": "#80CBC4",
        "list.activeSelectionForeground": "#80CBC4",
        "list.inactiveSelectionForeground": "#80CBC4",
        "list.highlightForeground": "#80CBC4",
        "scrollbarSlider.activeBackground": "#80CBC450",
        "editorSuggestWidget.highlightForeground": "#80CBC4",
        "textLink.foreground": "#80CBC4",
        "progressBar.background": "#80CBC4",
        "pickerGroup.foreground": "#80CBC4",
        "tab.activeBorder": "#80CBC4",
        "debugToolBar.background": "#16242C",
        "dropdown.background": "#16242C",
        "editorIndentGuide.activeBackground": "#80CBC450"
    },

destructuring assignment colors

Hi,
Firstly, you've done a really good job on this, much more clarity than any of the other vscode oceanic ports!

I was just curious if you could somehow add a color difference when changing a variable name during destructuring. WIth my atom version of oceanic next I've found it really helpful to see at a glance which variable will be assigned through the expression.

atom:
image

vscode:
image

It may be an accidental coloring, since the green appears to just be the color used for object keys. Though it's useful nonetheless!

atom:
image

vscode:
image

Duplicated text in dropdown on macOS (C++ extension + Oceanic Plus extensions)

Hello,

This is my favourite Oceanic theme, thank you for your work ๐Ÿ™

I have a strange interaction between the C++ extension and this theme so I'm posting it here first, but I can also report this issue to their repo if necessary.

Environment data

  • OS and Version: macOS Mojave 10.14.6
  • VS Code Version: 1.41.0-insider commit bbf00d8ea6aa7e825ca3393364d746fe401d3299
  • Extensions impacted:

Steps to reproduce

  1. Open a folder and create a .vscode/c_cpp_properties.json file with the following:
{
 "configurations": [
        {
            "name": "my macOS config",
            "includePath": [
                "${workspaceFolder}/**"
            ],
            "defines": [],
            "macFrameworkPath": [
                "/System/Library/Frameworks",
                "/Library/Frameworks"
            ],
            "compilerPath": "/usr/bin/clang",
            "cStandard": "c11",
            "cppStandard": "c++17",
            "intelliSenseMode": "${default}"
        }
   ]
}
  1. Open C/C++: Edit Configurations (UI) via the command palette
  2. Observe that the Configuration name dropdown has duplicate text overlaying itself.

Notes

  • Other dropdowns don't have that issue
  • When disabling the theme this visual glitch disappears

Repro gif

Yikes it ended up being smaller than I thought ๐Ÿ˜ฌ

theme

Thank you!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.