sdras / night-owl-vscode-theme

🌌 NIGHT OWL: A VS Code dark theme for contrast for nighttime coding, 🦉 LIGHT OWL: a daytime light theme
https://aka.ms/nightowl
MIT License
2.82k stars 243 forks source link

Mapping custom color definition into vscode color definition #291

Open ghost opened 3 years ago

ghost commented 3 years ago

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