Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mapping custom color definition into vscode color definition #291

Open
ghost opened this issue May 31, 2021 · 0 comments
Open

Mapping custom color definition into vscode color definition #291

ghost opened this issue May 31, 2021 · 0 comments

Comments

@ghost
Copy link

ghost commented May 31, 2021

Describe the solution you'd like
I want to map this custom color definition into vscode night owl color definition

 {
    id: "night-owl",
    name: "Night Owl",
    highlights: {
      background: "#011627",
      text: "#abb2bf",
      variable: "#82AAFF",
      attribute: "#F78C6C",
      definition: "#82AAFF",
      keyword: "#c792ea",
      operator: "#c792ea",
      property: "#fff",
      number: "#F78C6C",
      string: "#ecc48d",
      comment: "#717a8a",
      meta: "#7fdbca",
      tag: "#7fdbca",
    },
  },

Is your feature request related to a problem? Please describe.
I want to use these color definitions in my vscode (with Night Owl theme installed)
but I don't know how to map these into vscode settings.json
Hope that you lot can help me

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants